diff options
author | elijah <elijah@riseup.net> | 2014-11-24 22:45:27 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-11-24 22:45:27 -0800 |
commit | b839376a507e37a048ea2df53127ed0884310f60 (patch) | |
tree | 68ba30a77c51a3ee1a2c9ddd7187e6743cff08f1 /bin | |
parent | 8450768268c2bdf82cd6d6bfa9972c70bc5cdcac (diff) | |
download | leap_cli-develop.tar.gz leap_cli-develop.tar.bz2 |
moved core_ext and lib_ext under leap_clidevelop
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/leap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ end require 'gli' require 'highline' require 'forwardable' -require 'lib_ext/gli' # our custom extensions to gli +require 'leap_cli/lib_ext/gli' # our custom extensions to gli # # Typically, GLI and Highline methods are loaded into the global namespace. |