From d765eedf28199f6723dee5dab7c81a357be86f72 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 4 Mar 2018 23:42:24 +0100 Subject: [PATCH] Fix puppet script --- modules/base_installation/files/scripts/puppet_reset_and_apply | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/base_installation/files/scripts/puppet_reset_and_apply b/modules/base_installation/files/scripts/puppet_reset_and_apply index ff71aa8..6743044 100644 --- a/modules/base_installation/files/scripts/puppet_reset_and_apply +++ b/modules/base_installation/files/scripts/puppet_reset_and_apply @@ -8,7 +8,7 @@ if [ -n "$1" ]; then branch="$1" fi -git reset --hard origin/$1 +git reset --hard origin/$branch git submodule update --init puppet apply --test manifests/site.pp -- 2.41.0