Skip to content

Commit fb3d7b4

Browse files
authored
Update script.md
1 parent 88aa71d commit fb3d7b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user/deployment-v2/providers/script.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ deploy:
1919
```
2020
{: data-file=".travis.yml"}
2121
22-
If you need to run multiple commands, write a executable wrapper script that runs them all. The argument to `script:` in the script deployment provider needs to be a single command.
22+
If you need to run multiple commands, write an executable wrapper script that runs them all. The argument to `script:` in the script deployment provider needs to be a single command.
2323

2424
If the script returns a nonzero status, deployment is considered
2525
a failure, and the build will be marked as "errored".
2626

27-
## Passing Arguments to the Script
27+
## Pass Arguments to the Script
2828

2929
It is possible to pass arguments to a script deployment.
3030

0 commit comments

Comments
 (0)