We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b5391 commit 9efbed7Copy full SHA for 9efbed7
plugins/plugin-tools/src/config.ts
@@ -70,7 +70,7 @@ const containerSatelliteId = async ({mode}: ConfigArgs): Promise<string> => {
70
71
const config = await readJunoConfig({mode});
72
73
- if (config == undefined || !('satellite' in config)) {
+ if (config === undefined || !('satellite' in config)) {
74
return DOCKER_SATELLITE_ID;
75
}
76
0 commit comments