Skip to content

Commit

Permalink
Fixed condition bracket
Browse files Browse the repository at this point in the history
Signed-off-by: hydrian <[email protected]>
  • Loading branch information
hydrian authored and JoeLametta committed Jan 3, 2020
1 parent b99eb85 commit 28e7fb0
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 28e7fb0

Please sign in to comment.