Skip to content

Commit

Permalink
plugin-superman: fix silly mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
gojigeje committed Feb 25, 2015
1 parent 846d003 commit ab75e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/superman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ getinfo() {
rm "temp/superman.videopage"
exit
else
if [[ ! -f "temp/superman.$line.jpg" ]]; then
if [[ ! -f "temp/superman.thumbnail.$line.jpg" ]]; then
echo "> Error downloading thumbnail image..!"
exit
else
Expand Down

0 comments on commit ab75e38

Please sign in to comment.