cli: Use imperative for commit message in `edit`
Signed-off-by: Alexis Sellier <self@cloudhead.io>
This commit is contained in:
parent
a6066e3ac3
commit
a8bca9cd92
|
|
@ -84,7 +84,7 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
||||||
project.sign(&signer).and_then(|(_, sig)| {
|
project.sign(&signer).and_then(|(_, sig)| {
|
||||||
project.update(
|
project.update(
|
||||||
signer.public_key(),
|
signer.public_key(),
|
||||||
"Updated payload",
|
"Update payload",
|
||||||
&[(signer.public_key(), sig)],
|
&[(signer.public_key(), sig)],
|
||||||
repo.raw(),
|
repo.raw(),
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue