Skip to content

Commit

Permalink
update project name
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Sep 18, 2024
1 parent a57e2ed commit 028c43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/php/example.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
print("\n");

// update project
$res = $bitwarden_client->projects->update($organization_id, $project_id, 'php test awesome');
$res = $bitwarden_client->projects->update($organization_id, $project_id, 'php test project');
print("\tupdate: '" . $res->name . "'\n\n");

// sync secrets
Expand Down

0 comments on commit 028c43d

Please sign in to comment.