Skip to content

Commit

Permalink
Fixup comment
Browse files Browse the repository at this point in the history
  • Loading branch information
markhatch committed May 2, 2023
1 parent c40ccb9 commit bed6b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmdutil/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func Navigate(server, path string) error {
}

// GenerateServerBrowseURL will return the `browse` URL for a given key.
// The server section can be overridden via `view_server` in config.
// The server section can be overridden via `browse_server` in config.
// This is useful if your API endpoint is separate from the web client endpoint.
func GenerateServerBrowseURL(server, key string) string {
if viper.GetString("browse_server") != "" {
Expand Down

0 comments on commit bed6b7f

Please sign in to comment.