Skip to content

Commit b6ae184

Browse files
committed
Fix enable comment
1 parent b3e6571 commit b6ae184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secretmanager/src/enable_secret_version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
// Build the resource name of the secret version.
4646
$name = $client->secretVersionName($projectId, $secretId, $versionId);
4747

48-
// Access the secret version.
48+
// Enable the secret version.
4949
$response = $client->enableSecretVersion($name);
5050

5151
// Print a success message.

0 commit comments

Comments
 (0)