Skip to content

Commit 264ca66

Browse files
committed
Address feedback
1 parent b423b94 commit 264ca66

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

plugins/axiom/axiom.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ func AxiomCLI() schema.Executable {
1111
return schema.Executable{
1212
Name: "Axiom CLI",
1313
Runs: []string{"axiom"},
14-
DocsURL: sdk.URL("https://axiom.com/docs/cli"),
14+
DocsURL: sdk.URL("https://axiom.co/docs/reference/cli"),
1515
NeedsAuth: needsauth.IfAll(
1616
needsauth.NotForHelpOrVersion(),
1717
needsauth.NotWithoutArgs(),

plugins/axiom/personal_access_token.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ func PersonalAccessToken() schema.CredentialType {
3030
},
3131
},
3232
DefaultProvisioner: provision.EnvVars(defaultEnvVarMapping),
33-
Importer: importer.TryAll(
34-
importer.TryEnvVarPair(defaultEnvVarMapping),
35-
)}
33+
Importer: importer.TryEnvVarPair(defaultEnvVarMapping),
34+
}
3635
}
3736

3837
var defaultEnvVarMapping = map[string]sdk.FieldName{

0 commit comments

Comments
 (0)