Skip to content

Commit 524cb27

Browse files
chore: apply suggestion from feedback
Co-authored-by: Mathias Fredriksson <[email protected]>
1 parent 6157701 commit 524cb27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/helpers.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ func optionsFromDataModel(data CachedImageResourceModel) (eboptions.Options, dia
157157
diags = append(diags, overrideOptionsFromExtraEnv(&opts, extraEnv, providerOpts)...)
158158

159159
if opts.GitSSHPrivateKeyPath != "" && opts.GitSSHPrivateKeyBase64 != "" {
160-
diags.AddError("Cannot set more than one git ssh private key options",
160+
diags.AddError("Cannot set more than one git ssh private key option",
161161
"Both ENVBUILDER_GIT_SSH_PRIVATE_KEY_PATH and ENVBUILDER_GIT_SSH_PRIVATE_KEY_BASE64 have been set.")
162162
}
163163

0 commit comments

Comments
 (0)