mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05: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 {
|
||||
echo "USAGE: $0 [ build | run | init ]"
|
||||
echo "USAGE: $0 [ build | run | start ]"
|
||||
}
|
||||
|
||||
case $1 in
|
||||
|
@ -66,10 +66,6 @@ case $1 in
|
|||
start)
|
||||
start_local
|
||||
;;
|
||||
|
||||
init)
|
||||
initialize
|
||||
;;
|
||||
*)
|
||||
usage
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue