Skip to content

Commit

Permalink
Removing stray whitespace from train-model (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed May 3, 2018
1 parent 963b6bd commit c2e5908
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/train-model
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ set -x
if [ -z "$LABELLED_DATA_FILE" ];
then echo "LABELLED_DATA_FILE must be set" && exit 1;
fi

if [ -z "$OUTPUT_DIR" ];
then echo "OUTPUT_DIR must be set" && exit 1;
fi
Expand Down

0 comments on commit c2e5908

Please sign in to comment.