Skip to content

Commit 8b05d92

Browse files
committed
minor consol message fix
1 parent 4f7f418 commit 8b05d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/RenameCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function handle()
6161

6262
$this->listFilesContainingOldKey();
6363

64-
$this->info('The key at '.$this->argument('oldKey').' was renamed to'.$this->argument('newKey').' successfully!');
64+
$this->info('The key at '.$this->argument('oldKey').' was renamed to '.$this->argument('newKey').' successfully!');
6565
}
6666

6767
/**

0 commit comments

Comments
 (0)