Skip to content

Commit

Permalink
kick again
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Neunert committed May 28, 2024
1 parent e852578 commit 822925a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/prepare_for_git_write.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## Install ssh-agent if not already installed, it is required by Docker.
## (change apt-get to yum if you use an RPM-based image)
##
'which ssh-agent || ( apk update && apk add --no-cache bash git openssh )'
which ssh-agent || ( apk update && apk add --no-cache bash git openssh )
docker info

##
Expand Down

0 comments on commit 822925a

Please sign in to comment.