Skip to content

Commit

Permalink
Fix typo for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwilkes committed Sep 5, 2023
1 parent e373106 commit f320de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ux/platform_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func performPlatformStartup() {
return
}
if filepath.Base(exePath) != cmdline.AppCmdName {
errs.Log(errs.Log("skipping desktop integration"), "name", filepath.Base(exePath), "expected", cmdline.AppCmdName)
errs.Log(errs.New("skipping desktop integration"), "name", filepath.Base(exePath), "expected", cmdline.AppCmdName)
return
}
if err = installDesktopIcons(); err != nil {
Expand Down

0 comments on commit f320de5

Please sign in to comment.