Skip to content

Commit

Permalink
tyop fix
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Promislow <[email protected]>
  • Loading branch information
ericpromislow committed Jul 25, 2023
1 parent 19ea4ac commit 0245099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rancher-desktop/backend/backendHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export default class BackendHelper {

return matchedVersion;
} else if (versionIsLocked) {
// This is a bit subtle. If we're here, the user specified a non-existent version in the locked manifest.
// This is a bit subtle. If we're here, the user specified a nonexistent version in the locked manifest.
// We can't switch to the default version, so throw a fatal error.
throw new LockedFieldError(`Locked kubernetes version ${ currentConfigVersionString } isn't available.`);
}
Expand Down

0 comments on commit 0245099

Please sign in to comment.