File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pkg/imager/profile/internal/signer/azure Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ func addCommand(cmd *cobra.Command) {
58
58
Commands = append (Commands , cmd )
59
59
}
60
60
61
- // completeResource represents tab complete options for `ls` and `ls *` commands.
61
+ // completePathFromNode represents tab complete options for `ls` and `ls *` commands.
62
62
func completePathFromNode (inputPath string ) []string {
63
63
pathToSearch := inputPath
64
64
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const (
31
31
32
32
const azureClientID = "AZURE_CLIENT_ID"
33
33
34
- // getAuthMethod returns the an authenticationMethod to use to get an Azure Authorizer.
34
+ // getAuthenticationMethod returns an authenticationMethod to use to get an Azure Authorizer.
35
35
// If no environment variables are set, unknownAuthMethod will be used.
36
36
// If the environment variable 'AZURE_AUTH_METHOD' is set to either environment or cli, use it.
37
37
// If the environment variables 'AZURE_TENANT_ID', 'AZURE_CLIENT_ID' and 'AZURE_CLIENT_SECRET' are set, use environment.
You can’t perform that action at this time.
0 commit comments