Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Fix usage help call
Browse files Browse the repository at this point in the history
  • Loading branch information
jwp23 committed Nov 19, 2019
1 parent de3501e commit fdf75b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ do
;;
*)
echo "Invalid parameter ${p}"
$(usage)
usage
esac
done

Expand Down

0 comments on commit fdf75b0

Please sign in to comment.