Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit d958f34

Browse files
committed
update github-deploy to account for spaces in local path
1 parent 470eee5 commit d958f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/github-deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ fi
128128

129129
# Version changes
130130
output 2 "Updating version numbers in files and regenerating php autoload classmap (note pre-releases will not have the readme.txt stable tag updated)..."
131-
source $RELEASER_PATH/bin/version-changes.sh
131+
source "$RELEASER_PATH/bin/version-changes.sh"
132132

133133
composer dump-autoload
134134

0 commit comments

Comments
 (0)