about summary refs log tree commit diff stats
path: root/instantiate_templates.sh
diff options
context:
space:
mode:
Diffstat (limited to 'instantiate_templates.sh')
-rwxr-xr-xinstantiate_templates.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/instantiate_templates.sh b/instantiate_templates.sh
index c120b3f..3984084 100755
--- a/instantiate_templates.sh
+++ b/instantiate_templates.sh
@@ -35,7 +35,7 @@ instantiate_dir() {
 
             $DRY_RUN_CMD mkdir --parents "$(dirname "$new_path")"
 
-            $DRY_RUN_CMD cp "$file" "$new_path"
+            $DRY_RUN_CMD cp --recursive "$file" "$new_path"
         done
 
         {