mirror of
https://github.com/coder/code-server.git
synced 2026-05-20 11:17:27 +02:00
Ensure dir exists before writing update checklist
This commit is contained in:
@@ -20,6 +20,7 @@ function update_vscode() {
|
||||
if ! git checkout 2>&1 "$target_vscode_version" ; then
|
||||
echo "$target_vscode_version does not exist locally, fetching..."
|
||||
git fetch --all --prune
|
||||
echo "Checking out $target_vscode_version again..."
|
||||
git checkout "$target_vscode_version"
|
||||
fi
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user