Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Fix usage message in new publication diff script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys Smith committed Aug 14, 2016
1 parent 8b7a0fa commit f043ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/diff-between-publications.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# Fail if $1 and $2 aren't provided.
if [[ -z $1 && -z $2 ]]; then
echo "usage: git-diff-between-publications.sh <path to data repository> <path to products repository>"
echo "usage: diff-between-publications.sh <path to data repository> <path to products repository>"
exit 1
fi

Expand Down

0 comments on commit f043ab2

Please sign in to comment.