Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 6d9004b

Browse files
committed
fix entrypoint
1 parent 66a27a9 commit 6d9004b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh -l
22

33
command="pscale password create $1 $2 $3 --org $4 \
4-
--service-token $PLANETSCALE_TOKEN --service-token-id $PLANETSCALE_TOKEN_NAME"
4+
--service-token $PLANETSCALE_TOKEN --service-token-id $PLANETSCALE_TOKEN_NAME -f json"
55

66
if [ -n "$5" ];then
77
command="$command --role $5"

0 commit comments

Comments
 (0)