Skip to content

Commit 5fa2326

Browse files
committed
just show the binary name
1 parent f29fc8d commit 5fa2326

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ignite/cmd/chain_build.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ func chainBuildHandler(cmd *cobra.Command, _ []string) error {
157157
}
158158

159159
if output == "" {
160-
binaryPath := filepath.Join(goenv.Bin(), binaryName)
161-
session.Printf("🗃 Installed. Use with: %s\n", colors.Info(binaryPath))
160+
session.Printf("🗃 Installed. Use with: %s\n", colors.Info(binaryName))
162161

163162
if _, err := exec.LookPath(binaryName); err != nil {
164163
session.Printf("⚠️ Warning: Binary not found in PATH\n")

0 commit comments

Comments
 (0)