We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb3df9 commit 6d15c34Copy full SHA for 6d15c34
1 file changed
uceap-drupal-dev-update-content
@@ -31,7 +31,7 @@ fi
31
# ownership of the workspace directory won't match when using bindfs
32
git config --global --add safe.directory "$(pwd)"
33
# gh runs git, so we need to set the safe.directory in order for it to work
34
-gh release download --clobber --pattern 'files.tag.gz'
+gh release download --clobber --pattern 'files.tar.gz'
35
# but later on vscode will try setting global git config (credential helper, etc) ONLY if gitconfig doesn't exist
36
if [ ! $gitconfig_existed ]; then
37
rm ~/.gitconfig
0 commit comments