mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 18:01:42 +02:00
Minor fix on manage.sh.
This commit is contained in:
parent
845726827e
commit
c40b4be975
1 changed files with 1 additions and 5 deletions
|
@ -52,7 +52,7 @@ function run_image {
|
||||||
}
|
}
|
||||||
|
|
||||||
function usage {
|
function usage {
|
||||||
echo "USAGE: $0 [ build | run | init ]"
|
echo "USAGE: $0 [ build | run | start ]"
|
||||||
}
|
}
|
||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
|
@ -66,10 +66,6 @@ case $1 in
|
||||||
start)
|
start)
|
||||||
start_local
|
start_local
|
||||||
;;
|
;;
|
||||||
|
|
||||||
init)
|
|
||||||
initialize
|
|
||||||
;;
|
|
||||||
*)
|
*)
|
||||||
usage
|
usage
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue