Skip to content

Commit

Permalink
Update src/commands/configureLaunchDarklyEnvironment.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Barrow <[email protected]>
  • Loading branch information
InTheCloudDan and ldhenry authored Feb 8, 2024
1 parent d69bff7 commit 7e6616c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/configureLaunchDarklyEnvironment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default async function configureEnvironmentCmd(config: ILDExtensionConfig
}
const project = await api?.getProject(config.getConfig().project);
if (!project) {
window.showErrorMessage(`[LaunchDarkly] Please Configure LaunchDarkly Extension`);
window.showErrorMessage(`${CONST_LD_PREFIX} Please Configure LaunchDarkly Extension`);
return;
}
const environments = project.environments.items;
Expand Down

0 comments on commit 7e6616c

Please sign in to comment.