From a73c53f5c9c8235de66c0e05984437b48e0ea232 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sun, 5 Oct 2025 19:04:59 -0700 Subject: [PATCH] jj correction to prefix again --- programs/jujutsu/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/programs/jujutsu/default.nix b/programs/jujutsu/default.nix index eadbade..2f833ba 100644 --- a/programs/jujutsu/default.nix +++ b/programs/jujutsu/default.nix @@ -30,9 +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";