Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <[email protected]>
  • Loading branch information
zong-zhe committed Jun 4, 2024
1 parent 780950e commit 0739548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/opt/opt.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ type RegistryOptions struct {
}

// NewRegistryOptionsFrom will parse the registry options from oci url, oci ref and git url.
// If you do not know the url of the package is git or url, you can use this function to parse the options.
// If you do not know the url of the package is git or oci, you can use this function to parse the options.
// By default:
// 'git://', "https://", "http://" will be parsed as git options.
// 'oci://', will be parsed as oci options.
Expand Down

0 comments on commit 0739548

Please sign in to comment.