Skip to content

Commit ff54bc8

Browse files
gbereniceGowiem
andauthored
chore: DRY command
Co-authored-by: Matt Gowie <matt@masterpoint.io>
1 parent fbbaf91 commit ff54bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/os-modules/Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ tasks:
116116
setup-template:
117117
desc: Set up the template repository in a shared temporary directory
118118
cmds:
119-
- rm -rf {{.SHARED_TMP_DIR}}
119+
- task: cleanup-template
120120
- git clone --depth 1 https://github.com/masterpointio/terraform-module-template.git {{.SHARED_TMP_DIR}}
121121

122122
cleanup-template:

0 commit comments

Comments
 (0)