From 241a8ed039949a3da6f12bb17c0439e1972c0311 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sun, 5 Oct 2025 19:22:16 -0700 Subject: [PATCH] jj correction to prefix again --- programs/jujutsu/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/jujutsu/default.nix b/programs/jujutsu/default.nix index 6f0ebb9..f0455bb 100644 --- a/programs/jujutsu/default.nix +++ b/programs/jujutsu/default.nix @@ -30,7 +30,7 @@ in key = "~/.ssh/id_ed25519.pub"; }; templates = { - git_push_bookmark = "'\"softinio/push-\" ++ change_id.short()'"; + git_push_bookmark = "\"softinio/push-\" ++ change_id.short()"; }; ui = { default-command = "l";