Skip to content

Commit

Permalink
Fix typo (#724)
Browse files Browse the repository at this point in the history
Signed-off-by: Natalie Arellano <narellano@vmware.com>
  • Loading branch information
AidanDelaney committed Jun 13, 2024
1 parent 3e488d1 commit 2fbcdff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ <h2 id="key-points">Key Points:</h2>

2. Script Behavior:
* **Inputs**
* A third open file descriptor (in addition to stdin and stdout). The third open file descriptor is inherited from the calling process.
* A third open file descriptor (in addition to stdout and stderr). The third open file descriptor is inherited from the calling process.
* **Outputs**
* Valid TOML describing environment variables in the form of key=value pairs. These variables are added to the application's runtime environment. The content should be written to file descriptor 3 (see examples for how to do this).
* Exit Code: The scripts should exit with a status code of `0` to indicate success. A non-zero exit code will indicate an error and prevent the application from launching.
Expand Down

0 comments on commit 2fbcdff

Please sign in to comment.