Skip to content

Commit f5da9cc

Browse files
committed
Fix key presence test
1 parent 66af485 commit f5da9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psij-ci-setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ check_email() {
217217
}
218218

219219
check_key() {
220-
if ! -f ~/.psij/key ; then
220+
if [ ! -f ~/.psij/key ]; then
221221
BASE_URL=`egrep '^[^#]*server_url.*' ./testing.conf |awk '{split($0, a, "="); print a[2]}'|xargs`
222222
AUTH_URL="${BASE_URL}/auth.html"
223223

0 commit comments

Comments
 (0)