Skip to content

Commit

Permalink
Update rush-plugins/rush-migrate-subspace-plugin/src/prompts/subspace.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Pete Gonzalez <[email protected]>
  • Loading branch information
pedro-gomes-92 and octogonz authored Dec 20, 2024
1 parent 219e04a commit 2ce2242
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const scanForDuplicatedDependenciesPrompt = async (): Promise<boolean> =>
export const scanForSupersetDependencyVersionsPrompt = async (): Promise<boolean> => {
const { scanForSuperset } = await inquirer.prompt([
{
message: 'Do you want to remove superset dependency versions in the subspace (EXPERIMENTAL)?',
message: '(EXPERIMENTAL) Do you want to remove superset dependency versions from the subspace?',
name: 'scanForSuperset',
type: 'confirm'
}
Expand Down

0 comments on commit 2ce2242

Please sign in to comment.