git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site-modules
diff options
context:
space:
mode:
authormail_redacted_for_web 2021-05-19 10:04:27 +0100
committermail_redacted_for_web 2021-05-19 10:04:27 +0100
commitd5ae85cc4891aa3ba34287eb56b13991465d5b99 (patch)
treee9fde7b50077452c835c2708ba99ea6c2f7bced4 /site-modules
parente781ffc0015422365674411a1309a2e05d5f460d (diff)
downloadcontrol-repo-template-d5ae85cc4891aa3ba34287eb56b13991465d5b99.tar.bz2
Indentation fix
Co-authored-by: Reid Vandewiele <reid@puppet.com>
Diffstat (limited to 'site-modules')
-rw-r--r--site-modules/adhoc/plans/myplan.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/site-modules/adhoc/plans/myplan.pp b/site-modules/adhoc/plans/myplan.pp
index 6a52372..e60e742 100644
--- a/site-modules/adhoc/plans/myplan.pp
+++ b/site-modules/adhoc/plans/myplan.pp
@@ -4,6 +4,6 @@ plan adhoc::myplan(
TargetSpec $targets,
) {
-# plan steps go here
+ # plan steps go here
}