Skip to content

Commit

Permalink
Change module path notation in bin/bashlets-list.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Reale committed Mar 22, 2018
1 parent 6e79331 commit 6a557a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/bashlets-list
Original file line number Diff line number Diff line change
Expand Up @@ -135,16 +135,16 @@ fi

case $what_to_list in
domains)
source bashlets core/$list_mode/library
source bashlets core::$list_mode::library
$BASHLETS_NAMESPACE library domains
;;
packages)
if [[ -n $root ]]
then
source bashlets core/$list_mode/domain
source bashlets core::$list_mode::domain
$BASHLETS_NAMESPACE domain packages "$root"
else
source bashlets core/$list_mode/library
source bashlets core::$list_mode::library
$BASHLETS_NAMESPACE library packages
fi
;;
Expand All @@ -153,7 +153,7 @@ case $what_to_list in
then
if [[ $list_mode == remote ]]
then
source bashlets core/$list_mode/package
source bashlets core::$list_mode::package
$BASHLETS_NAMESPACE package modules "$root"
else
echo "Unimplemented feature!" >&2
Expand Down

0 comments on commit 6a557a6

Please sign in to comment.