fixed broken --no-plugins option

This commit is contained in:
John Mair 2012-01-30 14:19:10 +13:00
parent f4d1f448bb
commit 1903c19d91
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ Copyright (c) 2011 John Mair (banisterfiend)
on "no-plugins", "Suppress loading of plugins." do
# suppress plugins if given --no-plugins optino
Pry.config.plugins.enabled = false
Pry.config.should_load_plugins = false
end
on "installed-plugins", "List installed plugins." do