Skip to content

Commit 66ff4a7

Browse files
committed
Merge branch 'beta1'
2 parents c8b024c + 54c631b commit 66ff4a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sspa

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
abspath="$(cd "${0%/*}" 2>/dev/null; echo "$PWD"/"${0##*/}")"
4-
root_dir=`dirname $abspath`
4+
root_dir=`dirname "$abspath"`
55
app_name=learnjs
66
code_bucket=${app_name}/_code_bundles
77
profile=admin
@@ -269,7 +269,7 @@ function help() {
269269

270270
action=${1:-"help"}
271271

272-
cd $root_dir
272+
cd "$root_dir"
273273

274274
check_python
275275
check_aws

0 commit comments

Comments
 (0)