summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Hood <cgull@glup.org>2017-02-21 21:08:47 -0500
committerJohn Hood <cgull@glup.org>2017-02-21 21:08:47 -0500
commit0c387adb3d5acc9902b961ce8f8e4f68b656485c (patch)
tree14e70defccca8470bdacbeaa5f2d1f44aa118882
parent36f29ef7bc64d6ddfd7fd86ef9a35d0b16766784 (diff)
appveyor.yml: fix typo
-rwxr-xr-xappveyor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.sh b/appveyor.sh
index 66e2185..11fc067 100755
--- a/appveyor.sh
+++ b/appveyor.sh
@@ -10,7 +10,7 @@ eeval()
eval "$@"
rv=$?
if [ $rv -ne 0 ]; then
- echo "$0: failed, exitcod $rv"
+ echo "$0: failed, exitcode $rv"
exit $rv
fi
return 0