cli: Use imperative for commit message in `edit`

Signed-off-by: Alexis Sellier <self@cloudhead.io>
This commit is contained in:
Alexis Sellier 2023-01-09 16:39:31 +01:00
parent a6066e3ac3
commit a8bca9cd92
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
project.sign(&signer).and_then(|(_, sig)| {
project.update(
signer.public_key(),
"Updated payload",
"Update payload",
&[(signer.public_key(), sig)],
repo.raw(),
)