Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit 11ff3ea

Browse files
committed
Make log consistent.
Signed-off-by: David Calavera <[email protected]>
1 parent 63e90db commit 11ff3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/live-tunnel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const { fetchLatest, updateAvailable } = require('gh-release-fetch')
88
async function createTunnel(siteId, netlifyApiToken, log) {
99
await installTunnelClient(log)
1010

11-
log('Creating Live tunnel')
11+
log('Creating Live Tunnel')
1212
const url = `https://api.netlify.com/api/v1/live_sessions?site_id=${siteId}`
1313

1414
const response = await fetch(url, {

0 commit comments

Comments
 (0)