summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHumble Penguin <humblepenguinoffical@gmail.com>2023-04-05 17:13:12 +0500
committerHumble Penguin <humblepenguinoffical@gmail.com>2023-04-05 17:13:12 +0500
commitaa52fd07c0a882dcbaa74477d9d866a972ee4e06 (patch)
treee50ab3cfdd038617a8d6be2c1a6aa8248cba94ca
parent1ecd336a886a84b116755b65a448e2d9449db41e (diff)
Fix bug while creating basic template in init command
-rw-r--r--src/command.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/command.rs b/src/command.rs
index e42d0cc..e6cd218 100644
--- a/src/command.rs
+++ b/src/command.rs
@@ -283,7 +283,9 @@ files:
file contents
# Post-setup command to run after setup is complete
-post_setup_command: post_setup_command
+post_setup_commands:
+ - command_1
+ - command_2
variables:
- name: my_variable_name