Skip to content

Commit 273d3c8

Browse files
committed
fix: remove .ssh-agent-out if still exists
1 parent f92bf85 commit 273d3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/configure-ssh.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ elif [[ "$RUNNER_OS" == "macOS" ]]; then
7474
fi
7575

7676
# cleanup
77-
rm .ssh-agent-out
77+
rm -f .ssh-agent-out

0 commit comments

Comments
 (0)