From 822925a343c4b532f2da0cd6b761595ec9c10bcc Mon Sep 17 00:00:00 2001 From: Kim Neunert Date: Tue, 28 May 2024 17:11:08 +0200 Subject: [PATCH] kick again --- utils/prepare_for_git_write.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/prepare_for_git_write.sh b/utils/prepare_for_git_write.sh index ddb96a572..f4c51184b 100755 --- a/utils/prepare_for_git_write.sh +++ b/utils/prepare_for_git_write.sh @@ -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 ##