-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly handle ' characters in output
- Loading branch information
1 parent
1f824d6
commit 8177346
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# Changelog | ||
|
||
## v0.2.0 | ||
|
||
* Wrap output values in single quotes so they can be `source`d correctly when they contain special characters. | ||
* Replace `'`character in secrets value with `'"'"'` for proper escaping ([Stack Overflow reference](https://stackoverflow.com/questions/1250079/how-to-escape-single-quotes-within-single-quoted-strings)). | ||
|
||
## v0.1.0 | ||
|
||
Initial public release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters