We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f76e8 commit 8870779Copy full SHA for 8870779
src/extension/ui/src/Registry.ts
@@ -10,7 +10,7 @@ export const getRegistry = async (client: v1.DockerDesktopClient) => {
10
if (registry) {
11
const value = parse(registry)['registry'] as { [key: string]: { ref: string, config: any } }
12
if (!value) {
13
- client.desktopUI.toast.error('Failed to get parse registry.yaml.registry: ' + registry)
+ client.desktopUI.toast.error('Failed to parse registry.yaml: ' + registry)
14
}
15
return value;
16
0 commit comments