Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: Use imperative for commit message in `edit`
Alexis Sellier committed 3 years ago
commit a8bca9cd927edad446bfcf9ff8826ff71ddca3d7
parent a6066e3ac3ff2d84a6987d9efa469f32c40d64ac
1 file changed +1 -1
modified radicle-cli/src/commands/edit.rs
@@ -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(),
                )