Browse Source

Fix imgur upload

Thomas Buck 9 years ago
parent
commit
6c738268f5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      cmake/travis_after_success_linux.sh

+ 1
- 1
cmake/travis_after_success_linux.sh View File

@@ -15,5 +15,5 @@ import -window root -display :99.0 screenshot.png
15 15
 
16 16
 wget http://imgur.com/tools/imgurbash.sh
17 17
 chmod a+x ./imgurbash.sh
18
-imgurbash.sh screenshot.png
18
+./imgurbash.sh screenshot.png
19 19
 

Loading…
Cancel
Save