diff --git a/programs/jujutsu/default.nix b/programs/jujutsu/default.nix index 2f833ba..352138f 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";