Skip to content

Commit

Permalink
don't link to orb registry when host is not cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
kira-m committed Jul 22, 2024
1 parent 86b0c08 commit 2af27e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/orb.go
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ func formatListOrbsResult(list api.OrbsForListing, opts orbOptions) (string, err
}
}

if !opts.private {
if !opts.private && opts.cfg.Host == defaultHost {
b.WriteString("\nIn order to see more details about each orb, type: `circleci orb info orb-namespace/orb-name`\n")
b.WriteString("\nSearch, filter, and view sources for all Orbs online at https://circleci.com/developer/orbs/")
}
Expand Down

0 comments on commit 2af27e8

Please sign in to comment.