Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Pickett committed Feb 7, 2024
1 parent c09978f commit 95f2289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/desktop/user/menu/action_open_url.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func (a actionOpenURL) Perform(m *menu) {
if err := open(a.URL); err != nil {
m.slogger.Log(context.TODO(), slog.LevelError,
"failed to perform action",
"URL", a.URL,
"url", a.URL,
"err", err,
)
}
Expand Down

0 comments on commit 95f2289

Please sign in to comment.