diff --git a/src/Action/Utils/PowerShellUtil.cs b/src/Action/Utils/PowerShellUtil.cs index a8450a8c5a713a87460942e77b7938aa7518a274..b36e1d0351c9221b008f311037734c455b40fceb 100644 --- a/src/Action/Utils/PowerShellUtil.cs +++ b/src/Action/Utils/PowerShellUtil.cs @@ -19,7 +19,7 @@ namespace Coscine.Action.Utils $gitlab_token = & $fullPath kv get 'coscine/global/gitlabtoken' - git clone https://gitlab-ci-token:$gitlab_token@git.rwth-aachen.de/coscine/sharepoint/templates.git $tempDirectory + git clone https://gitlab-ci-token:$gitlab_token@git.rwth-aachen.de/coscine/backend/sharepoint/templates.git $tempDirectory cd $tempDirectory