Skip to content

Commit c8a4c0a

Browse files
authored
Fix name for tailscale
1 parent 31b79b6 commit c8a4c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tasks:
1212
sudo tailscaled
1313
- name: tailscale
1414
command: |
15-
sudo -E tailscale up --hostname "gitpod-${GITPOD_WORKSPACE_ID}" \
15+
sudo -E tailscale up --hostname "gitpod@nooobcoder-${GITPOD_WORKSPACE_ID}" \
1616
--authkey "${TAILSCALE_AUTHKEY}"
1717
- name: Import GPG
1818
init: >

0 commit comments

Comments
 (0)