Skip to content

Commit e7a3dca

Browse files
authored
Syntax fix
1 parent 11314e7 commit e7a3dca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.pscale/cli-helper-scripts/use-pscale-docker-image.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ function pscale {
1111
tty=""
1212
non_interactive="-e PSCALE_ALLOW_NONINTERACTIVE_SHELL=true"
1313
fi
14-
tty=""
15-
non_interactive="-e PSCALE_ALLOW_NONINTERACTIVE_SHELL=true"
16-
fi
1714

1815
# if script is run in CI and it is not the auth command, we have to turn off pseudo-tty
1916
if [ -n "$CI" ] && [ "$1" != "auth" ]; then

0 commit comments

Comments
 (0)