Skip to content

Commit ccf650a

Browse files
committed
fix: codeflare version does not work
1 parent 21588c3 commit ccf650a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/codeflare

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ do
115115
esac
116116
done
117117

118-
if [ $# = 1 ]; then
118+
if [ $# = 1 ] && [ "$1" != "version" ]; then
119119
# use the "guide" command if none was given
120120
EXTRAPREFIX="guide"
121121
fi

0 commit comments

Comments
 (0)