Skip to content

Commit 67deaba

Browse files
committed
refactor(plugins/akamai): use new AppendArgs function
1 parent 6592bfe commit 67deaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/akamai/api_client_credentials.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func APIClientCredentials() schema.CredentialType {
7373
},
7474
DefaultProvisioner: provision.TempFile(configFile,
7575
provision.Filename(".edgerc"),
76-
provision.AddArgs(
76+
provision.AppendArgs(
7777
"--edgerc", "{{ .Path }}",
7878
"--section", "default",
7979
),

0 commit comments

Comments
 (0)