Skip to content
This repository was archived by the owner on Nov 15, 2018. It is now read-only.

Commit 6b3d779

Browse files
author
Andy Goldstein
committed
Fixed typo
1 parent 2be1947 commit 6b3d779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gear/can_activate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ ! -e $ARTIFACTS_DIR/$1 ]; then
1111
fi
1212

1313
# make sure the artifact's checksum is ok
14-
$SCRIPTS_DIR/validate $1 > /dev/null`
14+
$SCRIPTS_DIR/validate $1 > /dev/null
1515
if [ $? -ne 0 ]; then
1616
exit 1
1717
fi

0 commit comments

Comments
 (0)