diff options
| -rw-r--r-- | projectile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projectile.el b/projectile.el index b849338..58ea1a1 100644 --- a/projectile.el +++ b/projectile.el @@ -725,7 +725,7 @@ Set to nil to disable listing submodules contents." :group 'projectile :type 'string) -(defcustom projectile-jj-command "jj files --no-pager . | tr '\\n' '\\0'" +(defcustom projectile-jj-command "jj file list --no-pager . | tr '\\n' '\\0'" "Command used by projectile to get the files in a Jujutsu project." :group 'projectile :type 'string |
