Skip to content

Commit

Permalink
Fixed condition bracket
Browse files Browse the repository at this point in the history
Signed-off-by: hydrian <ben.tyger@tygerclan.net>
  • Loading branch information
hydrian committed Dec 18, 2019
1 parent b3bca9f commit 9d2c94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/whipper-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ ! -e "${CD_DEVICE}" ] ; then
exit 2
fi

if [ ! -d "${OUTPUT_DIR}" } ; then
if [ ! -d "${OUTPUT_DIR}" ] ; then
echo "Cannot access ${OUTPUT_DIR}" 1>&2
exit 2
fi
Expand Down

0 comments on commit 9d2c94d

Please sign in to comment.