Skip to content

Commit b6b5518

Browse files
committed
Fixup
1 parent f0794df commit b6b5518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
echo "clj-ssh"
5252
EOF
5353
chmod +x pp
54-
export SSH_ASKPPAS=./pp
54+
export SSH_ASKPASS=./pp
5555
export DISPLAY=1
56-
setsid ssh-add ~/.ssh/clj_ssh_pp < pp
56+
setsid ssh-add ~/.ssh/clj_ssh_pp < /dev/null
5757
# run tests!
5858
- run: lein test

0 commit comments

Comments
 (0)