Skip to content

Commit

Permalink
Fix bash compat
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkeen committed Jun 16, 2020
1 parent 1ec812d commit ee4529c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/_lib.bash
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ lib::cleanup() {
}

lib::cleanup::hook() {
export MAGEOPS_CLEANUP_HOOKS+=("${*}")
MAGEOPS_CLEANUP_HOOKS+=("${*}")
}

lib::import() {
Expand Down

0 comments on commit ee4529c

Please # to comment.