Skip to content

Commit 739bab0

Browse files
committed
bugfix workspace-init (coffee or sleep)
1 parent e7ae543 commit 739bab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace-init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [[ ! -d ext-6.2.0 ]]; then
77
fi
88

99
# install sencha command
10-
if [[ ! command -v sencha ]]; then
10+
if [[ ! $(command -v sencha) ]]; then
1111
wget http://cdn.sencha.com/cmd/6.2.0/no-jre/SenchaCmd-6.2.0-linux-amd64.sh.zip
1212
unzip -q SenchaCmd-6.2.0-linux-amd64.sh.zip
1313
chmod +x SenchaCmd-6.2.0.103-linux-amd64.sh

0 commit comments

Comments
 (0)