summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/duplicati/manifests/client.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/duplicati/manifests/client.pp b/modules/duplicati/manifests/client.pp
index f631d42..62fc820 100644
--- a/modules/duplicati/manifests/client.pp
+++ b/modules/duplicati/manifests/client.pp
@@ -20,7 +20,7 @@ class duplicati::client {
exec { 'checkout duplicati-client':
provider => shell,
command => "/usr/bin/git checkout $duplicati_client_sha",
- unless => "test \"\$(git rev-parse @)\" = \"$duplicati_client_sha\""
+ unless => "test \"\$(git rev-parse @)\" = \"$duplicati_client_sha\"",
cwd => '/opt/duplicati-client',
require => Exec['clone duplicati-client'];
}