From 43b2c9efb920916500903312851c0cf9b62618c0 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sun, 5 Oct 2025 19:02:14 -0700 Subject: [PATCH] jj correction to prefix --- programs/jujutsu/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/programs/jujutsu/default.nix b/programs/jujutsu/default.nix index 6f0ebb9..eadbade 100644 --- a/programs/jujutsu/default.nix +++ b/programs/jujutsu/default.nix @@ -30,7 +30,9 @@ 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";