mirror of
https://github.com/penpot/penpot.git
synced 2025-02-02 04:19:08 -05:00
✏️ Remove ; at end of functions call
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
parent
1cd9a8e71c
commit
93097ac4b7
1 changed files with 3 additions and 3 deletions
|
@ -236,13 +236,13 @@ case $1 in
|
||||||
build-images
|
build-images
|
||||||
;;
|
;;
|
||||||
build-frontend-dbg-image)
|
build-frontend-dbg-image)
|
||||||
build-frontend-dbg-image;
|
build-frontend-dbg-image
|
||||||
;;
|
;;
|
||||||
build-frontend-image)
|
build-frontend-image)
|
||||||
build-frontend-image;
|
build-frontend-image
|
||||||
;;
|
;;
|
||||||
build-backend-image)
|
build-backend-image)
|
||||||
build-backend-image;
|
build-backend-image
|
||||||
;;
|
;;
|
||||||
|
|
||||||
run)
|
run)
|
||||||
|
|
Loading…
Add table
Reference in a new issue