Skip to content

Commit 3670912

Browse files
committed
Support executing arbitrary command based on Apache Commons Exec
1 parent 1323935 commit 3670912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ Using Apache Commons Exec allows to execute arbitrary commands - nice but danger
943943

944944
```
945945
<#ftl output_format="plainText" strip_whitespace="true">
946-
<#assign profile = SystemTool.getProperty("profile", "george-hu-perf")>
946+
<#assign profile = SystemTool.getProperty("profile", "default")>
947947
<#assign ec2Instances = ec2Instances()/>
948948
949949
h3. AWS EC2 Instance

0 commit comments

Comments
 (0)