Skip to content

Commit

Permalink
Merge pull request #242 from vdukhovni/ci-fixup
Browse files Browse the repository at this point in the history
Fix unexpected error message
  • Loading branch information
Bodigrim authored Jul 2, 2020
2 parents 76f56d2 + bfd2303 commit 39ad965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ script:
cabal get "./$SRC.tar.gz";
(cd "$SRC"; cabal v2-build);
else
echo "expected '$SRC_TGZ' not found";
echo "expected '$SRC.tar.gz' not found";
exit 1;
fi

0 comments on commit 39ad965

Please sign in to comment.