Skip to content

Commit 1510c6b

Browse files
Merge pull request #23 from sheafui/fix/install
Fix/install
2 parents ae09fe9 + ce8d5b4 commit 1510c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/InstallComponentCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function handle()
5858
$result = (new ComponentInstaller($this, $this->components, $installationConfig))->install($name);
5959

6060
if ($result === Command::SUCCESS) {
61-
$this->components->info("Full documentation: https://sheafui.dev/docs/components/{$installationConfig->componentName()}");
61+
$this->components->info("Full documentation: https://sheafui.dev/docs/components/{$name}");
6262
}
6363
}
6464
}

0 commit comments

Comments
 (0)