Merge pull request #2971 from cdr/jsjoeio/fix-install-script

fix: use main instead of version in install.sh
This commit is contained in:
Joe Previte 2021-03-25 16:49:00 -07:00 committed by GitHub
commit b7ad293e8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
set -eu
# code-server's automatic install script.
# See https://github.com/cdr/code-server/blob/v3.9.2/docs/install.md
# See https://github.com/cdr/code-server/blob/main/docs/install.md
usage() {
arg0="$0"
@ -67,7 +67,7 @@ Usage:
It will cache all downloaded assets into ~/.cache/code-server
More installation docs are at https://github.com/cdr/code-server/blob/v3.9.2/docs/install.md
More installation docs are at https://github.com/cdr/code-server/blob/main/docs/install.md
EOF
}