Skip to content

Commit

Permalink
Tiny cosmetics.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Reale committed Nov 11, 2016
1 parent 5e003f2 commit 97f79f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/library/loader
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function bashlets_library_loader_search_methods()
if [[ $method_fullname =~ $pattern ]]
then
bashlet_path=${BASH_REMATCH[1]}
method_name=${BASH_REMATCH[2]}
method_name=${BASH_REMATCH[2]}

echo "$bashlet_path:$bashlet_name:$method_name"
fi
Expand Down

0 comments on commit 97f79f1

Please sign in to comment.