Skip to content

Commit

Permalink
Tweak a bit the output of projectile-version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Sep 20, 2016
1 parent d5f186f commit 43d5c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ just return nil."
(if (require 'pkg-info nil t)
(let ((version (pkg-info-version-info 'projectile)))
(when show-version
(message "Projectile version: %s" version))
(message "Projectile %s" version))
version)
(error "Cannot determine version without package pkg-info")))

Expand Down

0 comments on commit 43d5c2a

Please sign in to comment.