branch: elpa/rubocop commit 4fdf643c16759fa5dce662baf9f9aaf04b3fb305 Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
Add missing space --- rubocop.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rubocop.el b/rubocop.el index 6e39d05..22776f2 100644 --- a/rubocop.el +++ b/rubocop.el @@ -91,7 +91,7 @@ Alternatively prompt user for directory." (rubocop-ensure-installed) (let ((directory (or directory - (read-directory-name "Select directory:")))) + (read-directory-name "Select directory: ")))) (compilation-start (rubocop-build-command command (rubocop-local-file-name directory)) 'compilation-mode