mirror of
https://github.com/distribution/distribution.git
synced 2025-08-05 08:59:41 +00:00
v1.3.0 of azidentity introduces support to workload identity. Signed-off-by: Flavian Missi <fmissi@redhat.com>
6 lines
84 B
Go
6 lines
84 B
Go
package browser
|
|
|
|
func openBrowser(url string) error {
|
|
return runCmd("open", url)
|
|
}
|