You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Commands/InitStack.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public function handle(): int
40
40
if ($resolvedRuntime = ($this->runtimes[$runtime] ?? null)) {
41
41
if ((newFile)->copyDirectory($this->devstackStorage()->path($resolvedRuntime), $destination)) {
42
42
$this->info("
43
-
Runtime for <comment>{$resolvedRuntime}</comment> is now loaded to {$destination}.
43
+
Runtime for <comment>{$runtime}</comment> is now loaded to {$destination}.
44
44
45
45
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.
46
46
For the first run, it will build the images first and proceed running the containers. To stop the
0 commit comments