Skip to content

Commit

Permalink
Fix given defaults for interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe committed Dec 15, 2021
1 parent 3a22ced commit bee4ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/cmd/pulumi-resource-command/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
],
"inputProperties": {
"interpreter": {
"description": "The program and arguments to run the command.\nFor example: `[\"/bin/sh\", \"-c\"]`",
"description": "The program and arguments to run the command.\nOn Linux and macOS, defaults to: `[\"/bin/sh\", \"-c\"]`. On Windows, defaults to: `[\"cmd\", \"/C\"]`",
"type": "array",
"items": {
"type": "string"
Expand Down

0 comments on commit bee4ff8

Please sign in to comment.