From 559dcc3dee20a85c5acf26d34662a67aa5c4541c Mon Sep 17 00:00:00 2001 From: Daya Adianto <dayaadianto@cs.ui.ac.id> Date: Tue, 14 Nov 2023 20:41:39 +0700 Subject: [PATCH] Fix typo --- .gitlab/ci/dokku.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/dokku.gitlab-ci.yml b/.gitlab/ci/dokku.gitlab-ci.yml index a68a6372..a5b7c66d 100644 --- a/.gitlab/ci/dokku.gitlab-ci.yml +++ b/.gitlab/ci/dokku.gitlab-ci.yml @@ -15,6 +15,6 @@ - chmod 400 "$SSH_PRIVATE_KEY_FILE" - ssh-add "$SSH_PRIVATE_KEY_FILE" - mkdir -p "$HOME/.ssh" && chmod 700 "$HOME/.ssh" - - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" >> $HOME/.ssh/config" + - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" >> "$HOME/.ssh/config" - dokku version dependencies: [] -- GitLab