fix script
parent
e0c1c634ee
commit
a0e631a9dd
|
|
@ -37,7 +37,7 @@ for app in apps/*/; do
|
||||||
done
|
done
|
||||||
echo "]" >> "$outfile"
|
echo "]" >> "$outfile"
|
||||||
|
|
||||||
if [ -z "$1"]; then
|
if [ -z "$1" ]; then
|
||||||
# Running with no arguments: prevent accidental commit of modified apps.json.
|
# Running with no arguments: prevent accidental commit of modified apps.json.
|
||||||
# You can use `create_apps.json.sh apps.json` if you really want to both
|
# You can use `create_apps.json.sh apps.json` if you really want to both
|
||||||
# overwrite and still commit apps.json
|
# overwrite and still commit apps.json
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue