diff --git a/cli/src/config/templates.toml b/cli/src/config/templates.toml index 9c302e0fe8..0e2648e09a 100644 --- a/cli/src/config/templates.toml +++ b/cli/src/config/templates.toml @@ -196,7 +196,7 @@ coalesce( ), coalesce( if(current_working_copy, "@"), - if(immutable, "#"), + if(immutable, "+"), if(conflict, "x"), "o", )