Skip to content

Commit

Permalink
Fix update-gh-pages.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsy committed Apr 15, 2015
1 parent c31d837 commit 59fe5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-gh-pages.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# copy rendered image to result directory
convert ./image.ppm ./result/simplept.jpg
convert ./image.ppm ./results/simplept.jpg

if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
echo -e "Starting to update gh-pages\n"
Expand Down

0 comments on commit 59fe5f7

Please sign in to comment.