We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec812d commit ee4529cCopy full SHA for ee4529c
lib/_lib.bash
@@ -56,7 +56,7 @@ lib::cleanup() {
56
}
57
58
lib::cleanup::hook() {
59
- export MAGEOPS_CLEANUP_HOOKS+=("${*}")
+ MAGEOPS_CLEANUP_HOOKS+=("${*}")
60
61
62
lib::import() {
0 commit comments