Skip to content

Commit 2113153

Browse files
committed
Setup GitHub Pages deployment
1 parent d28eff6 commit 2113153

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

npm/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ async function handleSecrets() {
162162
info('No .env file detected');
163163
}
164164

165-
const choice = await select('How would you like to proceed?', [
165+
const choice = await select(' How would you like to proceed?', [
166166
{ value: 'auto', label: envExists ? 'Set secrets from .env automatically' : 'Create .env and set secrets' },
167167
{ value: 'skip', label: 'Skip for now (configure manually later)' }
168168
]);
@@ -218,7 +218,7 @@ async function handleGit() {
218218

219219
item('Branch:', c.cyan(branch));
220220

221-
const msg = await prompt('Commit message?', 'Setup GitHub Pages deployment');
221+
const msg = await prompt(' Commit message?', 'Setup GitHub Pages deployment');
222222

223223
spinner.start('Creating commit...');
224224
try {

0 commit comments

Comments
 (0)