Skip to content

Commit b7decfa

Browse files
Update packages/cli/src/commands/sandbox/sandbox-seed/sandbox_seed_command.ts
Co-authored-by: Amplifiyer <[email protected]>
1 parent a81efe3 commit b7decfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/commands/sandbox/sandbox-seed/sandbox_seed_command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class SandboxSeedCommand implements CommandModule<object> {
3636
* @inheritDoc
3737
*/
3838
handler = async (): Promise<void> => {
39-
printer.startSpinner('');
39+
printer.startSpinner('Running seed...');
4040
const backendID = await this.backendIDResolver.resolve();
4141
const seedPath = path.join('amplify', 'seed', 'seed.ts');
4242
try {

0 commit comments

Comments
 (0)