Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Allow stored pull-secret to be changed
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad committed Jul 20, 2021
1 parent fe84c72 commit dfb9bc4
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 182 deletions.
2 changes: 1 addition & 1 deletion CRCTray.cs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ async private void StartMenu_Click(object sender, EventArgs e)
var pullSecretContent = pullSecretForm.PullSecret;
if (pullSecretContent == String.Empty)
{
TrayIcon.NotifyWarn(@"No Pull Secret was provided, Cannot start cluster without pull secret.");
TrayIcon.NotifyWarn(@"No Pull Secret was provided. Cannot start cluster without pull secret.");
return;
}

Expand Down
Loading

0 comments on commit dfb9bc4

Please sign in to comment.