From e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 15 Aug 2024 09:32:37 -0700 Subject: Fix typos in comments This should result in no difference in configuration. --- modules/git/manifests/snapshot.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/git/manifests') diff --git a/modules/git/manifests/snapshot.pp b/modules/git/manifests/snapshot.pp index 1156928e..06473efe 100644 --- a/modules/git/manifests/snapshot.pp +++ b/modules/git/manifests/snapshot.pp @@ -6,7 +6,7 @@ define git::snapshot( $source, #TODO # should handle branch -> clone -n + branch + checkout # create a script - # Idealy, should be handled by vcsrepo + # Ideally, should be handled by vcsrepo # https://github.com/bruce/puppet-vcsrepo # once it is merged in puppet exec { "/usr/bin/git clone -b ${branch} ${source} ${name}": -- cgit v1.2.1