mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
Minor fix on manage.sh.
This commit is contained in:
@@ -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
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user