Skip to content

Commit

Permalink
docs: improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
b- committed Nov 5, 2023
1 parent 4beb32c commit 8bf1e18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/pveurl/pveurl.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ import (

"github.com/urfave/cli/v2"
)

const ApiUrlSuffix = "/api2/json"
// Returns either the URL as specified by the `pveurl` arg,

// GetPveUrl returns either the URL as specified by the `pveurl` arg,
// or builds a URL from the `scheme`, `pvehost`, and `pveport` args.
func GetPveUrl(c *cli.Context) string {
var ret string
Expand Down

0 comments on commit 8bf1e18

Please sign in to comment.