Skip to content

Commit c0b7e45

Browse files
committed
Pass test parameter
1 parent da7b778 commit c0b7e45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ case "${command}" in
147147
;;
148148
"start")
149149
export $(cat .env | grep "#" -v)
150-
./services cygnus
150+
./services cygnus $2
151151
;;
152152
"create")
153153
export $(cat .env | grep "#" -v)

0 commit comments

Comments
 (0)