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
4 changes: 2 additions & 2 deletions hack/provider/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@
Name: providerName,
Version: cfg.version,
Description: "Devsy on SSH",
Icon: "https://raw.githubusercontent.com/devsy-org/devsy/main/desktop/src/images/ssh.svg",
IconDark: "https://raw.githubusercontent.com/devsy-org/devsy/main/desktop/src/images/ssh.svg",
Icon: "https://raw.githubusercontent.com/devsy-org/devsy/main/desktop/src/renderer/public/icons/providers/ssh.svg",

Check failure on line 148 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)
IconDark: "https://raw.githubusercontent.com/devsy-org/devsy/main/desktop/src/renderer/public/icons/providers/ssh.svg",

Check failure on line 149 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: buildAgent(),
Expand Down
Loading