diff --git a/counsel-projectile.el b/counsel-projectile.el index 6df84e6..5e3f00e 100644 --- a/counsel-projectile.el +++ b/counsel-projectile.el @@ -174,8 +174,8 @@ With a prefix ARG invokes `projectile-commander' instead of `projectile-switch-p With a prefix ARG invalidates the cache first." (interactive "P") (if (projectile-project-p) - (counsel-projectile-find-file) - (counsel-projectile-switch-project arg))) + (counsel-projectile-find-file arg) + (counsel-projectile-switch-project))) ;;; key bindings