From 8bc3f6deb59ea85a2fadfbfe81856c3956f5554e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20V=C3=ADtek?= <fotomartinkv@gmail.com>
Date: Mon, 15 Jan 2018 21:16:35 +0100
Subject: [PATCH] Fixed typo

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0791cf43..82b0f314 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,7 @@ preview:
     - echo "$PREVIEW_SSH_KEY" > sshkey
     - chmod 600 sshkey
     - rsync -e 'ssh -i sshkey' -rc --delete build/ $SSH_HOST:$HTML_DIR/$CI_BUILD_REF_NAME/
-    - ssh -i sshkey $SSH_HOST git -c $HTML_DIR/static/static/ pull
+    - ssh -i sshkey $SSH_HOST git -C $HTML_DIR/static/static/ pull
     - ssh -i sshkey $SSH_HOST cp -asf $HTML_DIR/static/static/articles/. HTML_DIR/$CI_BUILD_REF_NAME/clanek/
     - ssh -i sshkey $SSH_HOST cp -sf $HTML_DIR/static/static/images/ HTML_DIR/$CI_BUILD_REF_NAME/
     - rm sshkey
-- 
GitLab