etc/templates/simple_exec/main.sh in power_stencil-0.4.14 vs etc/templates/simple_exec/main.sh in power_stencil-0.4.15
- old
+ new
@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# Generated on the <%= Time.now %>
echo "Nothing to do... Easy task..."
+
+# Return 0 if the build succeeds
+exit 0
\ No newline at end of file