Skip to content

Commit 6d15c34

Browse files
committed
typo
1 parent 3bb3df9 commit 6d15c34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uceap-drupal-dev-update-content

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131
# ownership of the workspace directory won't match when using bindfs
3232
git config --global --add safe.directory "$(pwd)"
3333
# 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'
34+
gh release download --clobber --pattern 'files.tar.gz'
3535
# but later on vscode will try setting global git config (credential helper, etc) ONLY if gitconfig doesn't exist
3636
if [ ! $gitconfig_existed ]; then
3737
rm ~/.gitconfig

0 commit comments

Comments
 (0)