Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
linux test
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Sanders committed Sep 5, 2018
1 parent 5aa807d commit 66d2d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keybase/platform_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func (c context) BeforeUpdatePrompt(update updater.Update, options updater.Updat
if err != nil {
c.log.Warningf("Error running notify-send: %s (%s)", err, result.CombinedOutput())
}
c.ReportAction(UpdatePromptResponse{updater.UpdateActionSnooze, false, 0}, &update, options)
c.ReportAction(updater.UpdatePromptResponse{updater.UpdateActionSnooze, false, 0}, &update, options)
return updater.CancelErr(fmt.Errorf("Linux uses system package manager"))
}

Expand Down

0 comments on commit 66d2d01

Please sign in to comment.