Skip to content

Commit b7ad293

Browse files
authored
Merge pull request #2971 from cdr/jsjoeio/fix-install-script
fix: use main instead of version in install.sh
2 parents 319795c + b2af7fe commit b7ad293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -eu
33

44
# code-server's automatic install script.
5-
# See https://github.com/cdr/code-server/blob/v3.9.2/docs/install.md
5+
# See https://github.com/cdr/code-server/blob/main/docs/install.md
66

77
usage() {
88
arg0="$0"
@@ -67,7 +67,7 @@ Usage:
6767
6868
It will cache all downloaded assets into ~/.cache/code-server
6969
70-
More installation docs are at https://github.com/cdr/code-server/blob/v3.9.2/docs/install.md
70+
More installation docs are at https://github.com/cdr/code-server/blob/main/docs/install.md
7171
EOF
7272
}
7373

0 commit comments

Comments
 (0)