Fix migrate script path argument. Fix gollum --version (#1538)
This commit is contained in:
@@ -172,6 +172,7 @@ MSG
|
||||
end
|
||||
opts.on('--version', 'Display the current version of Gollum.') do
|
||||
puts 'Gollum ' + Gollum::VERSION
|
||||
exit 0
|
||||
end
|
||||
opts.on('--versions', 'Display the current version of Gollum and auxiliary gems.') do
|
||||
require 'gollum-lib'
|
||||
|
||||
Reference in New Issue
Block a user