diff options
author | mail_redacted_for_web | 2021-05-19 10:05:10 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2021-05-19 10:05:10 +0100 |
commit | 7a5498c05e084fb1a161306769ad67924721ca77 (patch) | |
tree | 8b3103b59a27bfe25aec3a04b994371dd93a1dd1 /site-modules/adhoc | |
parent | 6246354f477473d8480d67ce25e9c5b9234f0852 (diff) | |
download | control-repo-template-7a5498c05e084fb1a161306769ad67924721ca77.tar.bz2 |
change of language
script > task
Co-authored-by: Reid Vandewiele <reid@puppet.com>
Diffstat (limited to 'site-modules/adhoc')
-rw-r--r-- | site-modules/adhoc/tasks/nix_example.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site-modules/adhoc/tasks/nix_example.sh b/site-modules/adhoc/tasks/nix_example.sh index eebfd9b..6b06377 100644 --- a/site-modules/adhoc/tasks/nix_example.sh +++ b/site-modules/adhoc/tasks/nix_example.sh @@ -1,3 +1,3 @@ #!/bin/bash -# script content goes here +# task content goes here |