Skip to content

Commit 94a5342

Browse files
committed
Spelling nit
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
1 parent a92403f commit 94a5342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/azure/blob.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ func sasTokenFromSecret(ep string, secret *corev1.Secret) (string, error) {
366366
}
367367
epURL, err := url.Parse(ep)
368368
if err != nil {
369-
return "", fmt.Errorf("unable to parse endpoint url: %s", err)
369+
return "", fmt.Errorf("unable to parse endpoint URL: %s", err)
370370
}
371371

372372
//merge the query values in the endpoint wuth the token

0 commit comments

Comments
 (0)