Skip to content

Commit

Permalink
Handle params with spaces correctly in addons-git
Browse files Browse the repository at this point in the history
  • Loading branch information
extsoft authored and AntonKarabaza committed Nov 10, 2017
1 parent cbe6bc6 commit cbc77b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/addons-git.bash
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ init-repo() {
_ex mkdir -p $GIT_REPO_DIR
_ex cd $GIT_REPO_DIR
_ex git init
_ex git config --local user.email "[email protected]"
_ex git config --local user.name "Elegant Git"
_ex git config --local user.email "\"[email protected]\""
_ex git config --local user.name "\"Elegant Git\""
_ex touch $FILE_TO_MODIFY
_ex git add .
_ex git commit -m "Add $FILE_TO_MODIFY"
_ex git commit -m "\"Add $FILE_TO_MODIFY\""
else
exit 1
fi
Expand Down

0 comments on commit cbc77b0

Please sign in to comment.