Skip to content

Commit

Permalink
Fix name of loader method in bin/bashlets-install.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Reale committed Mar 20, 2018
1 parent 330532e commit 9a4fe16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/bashlets-import
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function bashlets_import_lazy()
{
local bashlet="$1" file

type bashlets::library::loader::import > /dev/null 2>&1 || {
type bashlets::core::library::loader::import > /dev/null 2>&1 || {
[[ $bashlet != "core/library/loader" ]] &&
bashlets_import_lazy "core/library/loader"
}
Expand All @@ -62,7 +62,7 @@ function bashlets_import()
bashlets_import_lazy $bashlet \
|| return $BASHLETS_ERRORS_LOADING_ERROR

bashlets::library::loader::import $bashlet \
bashlets::core::library::loader::import $bashlet \
|| return $BASHLETS_ERRORS_LOADING_ERROR
}

Expand Down

0 comments on commit 9a4fe16

Please sign in to comment.