Skip to content

Commit

Permalink
chore: more generic text
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Jul 28, 2024
1 parent 709d2c0 commit d063525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/cli.settings.services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {assertAnswerCtrlC} from '@junobuild/cli-tools';
import prompts from 'prompts';

export const askForPassword = async (
message = 'What is your CLI configuration password?'
message = 'Please provide the password for your CLI configuration.'
): Promise<string> => {
const {encryptionKey}: {encryptionKey: string} = await prompts([
{
Expand Down

0 comments on commit d063525

Please sign in to comment.