Skip to content

Commit e510d66

Browse files
alxmitchOctopus Deploy
authored and
Octopus Deploy
committed
Update deployment process
1 parent 1e6c4b5 commit e510d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.octopus/test-project/deployment_process.ocl

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ step "run-a-script" {
44
action {
55
action_type = "Octopus.Script"
66
properties = {
7-
Octopus.Action.Script.ScriptBody = "echo \"Hello World!\""
7+
Octopus.Action.Script.ScriptBody = "echo \"Hello World!!\""
88
Octopus.Action.Script.ScriptSource = "Inline"
99
Octopus.Action.Script.Syntax = "Bash"
1010
}

0 commit comments

Comments
 (0)