Skip to content

Commit 2759c4e

Browse files
committed
Fix successful message data
1 parent b3f9f1b commit 2759c4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Commands/InitStack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function handle(): int
4040
if ($resolvedRuntime = ($this->runtimes[$runtime] ?? null)) {
4141
if ((new File)->copyDirectory($this->devstackStorage()->path($resolvedRuntime), $destination)) {
4242
$this->info("
43-
Runtime for <comment>{$resolvedRuntime}</comment> is now loaded to {$destination}.
43+
Runtime for <comment>{$runtime}</comment> is now loaded to {$destination}.
4444
4545
You can now run the <comment>dev</comment> command. To get started, run <comment>dev up</comment> or <comment>dev up -d</comment> to start the docker containers.
4646
For the first run, it will build the images first and proceed running the containers. To stop the

0 commit comments

Comments
 (0)