Skip to content

Commit 92704cb

Browse files
committed
Schema tweaks
1 parent ec1f538 commit 92704cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

provider/cmd/pulumi-resource-command/schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "command",
3-
"version": "0.0.1",
43
"displayName": "Command",
54
"description": "The Pulumi Command Provider enables you to execute commands and scripts either locally or remotely as part of the Pulumi resource model.",
65
"keywords": [
@@ -13,7 +12,7 @@
1312
"license": "Apache-2.0",
1413
"repository": "https://github.com/pulumi/pulumi-command",
1514
"publisher": "Pulumi",
16-
"logoUrl": "https://raw.githubusercontent.com/pulumi/pulumi-command/main/assets/logo.svg",
15+
"logoUrl": "https://raw.githubusercontent.com/pulumi/pulumi-command/master/assets/logo.svg",
1716
"types": {
1817
"command:remote:Connection": {
1918
"type": "object",

0 commit comments

Comments
 (0)