Skip to content

Commit

Permalink
Make the 'no SSH key found' error a bit more clear
Browse files Browse the repository at this point in the history
Ideally this would all be handled in a slightly more user-friendly
manner, see issue #12.
  • Loading branch information
Johan Geluk committed Jul 24, 2017
1 parent c6acc8b commit d99271a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pass-winmenu/src/Program.cs
Expand Up @@ -95,7 +95,7 @@ public Program()
// We should show a warning for this.
if (ConfigManager.Config.Notifications.Types.NoSshKeyFound)
{
RaiseNotification("The Git remote for your password store requires SSH, but no SSH key could be found. Pushing/pulling will not be possible.", ToolTipIcon.Warning, 10000);
RaiseNotification("The Git remote for your password store requires SSH, but no SSH key could be found. Pushing/pulling from pass-winmenu will not be possible.", ToolTipIcon.Warning, 10000);
}
}
else
Expand Down

0 comments on commit d99271a

Please sign in to comment.