Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hack/provider/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
Name: providerName,
Version: cfg.version,
Description: "Devsy on Google Cloud",
Icon: "https://raw.githubusercontent.com/devsy-org/devsy/main/desktop/src/images/gcp.svg",
Icon: "https://raw.githubusercontent.com/devsy-org/devsy/main/desktop/src/renderer/public/icons/providers/gcp.svg",

Check failure on line 155 in hack/provider/main.go

View workflow job for this annotation

GitHub Actions / Lint

The line is 125 characters long, which exceeds the maximum of 120 characters. (lll)
OptionGroups: buildOptionGroups(),
Options: buildOptions(),
Agent: agent,
Expand Down
Loading