Skip to content

Commit

Permalink
fix: change logo.svg -> logo.png
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Williams committed May 23, 2023
1 parent 4271131 commit 6a2f1cd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Binary file added assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion assets/logo.svg

This file was deleted.

4 changes: 2 additions & 2 deletions provider/cmd/pulumi-resource-dynatrace/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "Apache-2.0",
"attribution": "This Pulumi package is based on the [`dynatrace` Terraform Provider](https://github.com/dynatrace-oss/terraform-provider-dynatrace).",
"repository": "https://github.com/lbrlabs/pulumi-dynatrace",
"logoUrl": "https://raw.githubusercontent.com/lbrlabs/pulumi-dynatrace/master/assets/logo.svg",
"logoUrl": "https://raw.githubusercontent.com/lbrlabs/pulumi-dynatrace/master/assets/logo.png",
"pluginDownloadURL": "github://api.github.com/lbrlabs",
"publisher": "Lbrlabs",
"meta": {
Expand Down Expand Up @@ -49631,4 +49631,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func Provider() tfbridge.ProviderInfo {
Name: "dynatrace",
DisplayName: "Dynatrace",
Publisher: "Lbrlabs",
LogoURL: "https://raw.githubusercontent.com/lbrlabs/pulumi-dynatrace/master/assets/logo.svg",
LogoURL: "https://raw.githubusercontent.com/lbrlabs/pulumi-dynatrace/master/assets/logo.png",
PluginDownloadURL: "github://api.github.com/lbrlabs",
Description: "A Pulumi package for creating and managing Dynatrace cloud resources.",
Keywords: []string{"pulumi", "dynatrace", "category/infrastructure", "lbrlabs"},
Expand Down

0 comments on commit 6a2f1cd

Please sign in to comment.