Skip to content

Commit 625f346

Browse files
committed
Fix typo in install script
1 parent 568ea57 commit 625f346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [ ! -d "$NETKIT_HOME" ]; then
2929
exit 0
3030
fi
3131

32-
if [ ! -d '$NETKIT_HOME/../bin' ]; then
32+
if [ ! -d "$NETKIT_HOME/../bin" ]; then
3333
echo 'Error: $NETKIT_HOME should point to the bin folder'
3434
exit 0
3535
fi

0 commit comments

Comments
 (0)