mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 14:39:45 -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-frontend-dbg-image)
|
||||
build-frontend-dbg-image;
|
||||
build-frontend-dbg-image
|
||||
;;
|
||||
build-frontend-image)
|
||||
build-frontend-image;
|
||||
build-frontend-image
|
||||
;;
|
||||
build-backend-image)
|
||||
build-backend-image;
|
||||
build-backend-image
|
||||
;;
|
||||
|
||||
run)
|
||||
|
|
Loading…
Add table
Reference in a new issue