Skip to content

Commit

Permalink
Add the 4th parameter to test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
donavon committed May 29, 2017
1 parent 670f794 commit 1c754f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ git config user.name "Test"
git commit -am 'initial commit'
cd "${CWD}"

./bash/deploy.sh "${TMP}" gh-pages master
./bash/deploy.sh "${TMP}" gh-pages master _some-other-config.yml

cd "${TMP}"
git checkout gh-pages
Expand Down

0 comments on commit 1c754f4

Please sign in to comment.