Skip to content

Commit 2ac043d

Browse files
author
Frank Natividad
committed
typo in serviceAccountEmail option
1 parent 34061e1 commit 2ac043d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

storage/src/activate_hmac_key.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ function activate_hmac_key($options = ['projectId' => 'your-project-id'])
3939
$hmacKey = $storage->hmacKey($accessId, $options);
4040

4141
$hmacKey = $hmacKey->update('ACTIVE');
42+
4243
print("The HMAC key is now active.");
4344
printf("HMAC key Metadata: %s" . PHP_EOL, print_r($hmacKey->info()));
4445
}

storage/test/HmacCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function testHmacKeyCreate()
8484
$this->commandTesterCreate->execute(
8585
[
8686
'projectId' => self::$projectId,
87-
'serviceAccoutnEmail' => $this->hmacServiceAccount
87+
'serviceAccountEmail' => $this->hmacServiceAccount
8888
],
8989
['interactive' => false]
9090
);

0 commit comments

Comments
 (0)