Skip to content

Commit 473aca7

Browse files
hcsa73Henrique Santos
andauthored
Fix service account example typo (#125)
Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
1 parent 622b031 commit 473aca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/serviceaccount/serviceaccount.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func main() {
3434
}
3535
createAccountResp, err := client.CreateServiceAccount(context.Background(), projectId).CreateServiceAccountPayload(createAccountPayload).Execute()
3636
if err != nil {
37-
fmt.Fprintf(os.Stderr, "Error when calling `CreateInstance`: %v\n", err)
37+
fmt.Fprintf(os.Stderr, "Error when calling `CreateServiceAccount`: %v\n", err)
3838
} else {
3939
fmt.Printf("Created service account with email \"%s\".\n", *createAccountResp.Email)
4040
}

0 commit comments

Comments
 (0)