From f9c149b2eab05764087cda64622da3ef591ba07f Mon Sep 17 00:00:00 2001
From: cmoineau <cyril.moineau@cea.fr>
Date: Thu, 1 Feb 2024 08:48:47 +0000
Subject: [PATCH] Fix typo.

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

diff --git a/.gitlab/ci/shared_script.gitlab-ci.yml b/.gitlab/ci/shared_script.gitlab-ci.yml
index 4894ecf..ca2aea2 100644
--- a/.gitlab/ci/shared_script.gitlab-ci.yml
+++ b/.gitlab/ci/shared_script.gitlab-ci.yml
@@ -4,7 +4,7 @@
   #  - DEPENDENCY_NAME: Name of the dependency project
   #  - DEPENDENCY_JOB: Name of the dependency job from which you want to pull artifacts
   script:
-    -BRANCH_TO_PULL="dev" # default branch
+    - BRANCH_TO_PULL="dev" # default branch
     # Check if a branch with the same name exist on the dependance repository
     - >
       if [ "$CI_MERGE_REQUEST_ID" ]; then
-- 
GitLab