Skip to content

Commit 4d79784

Browse files
committed
feat(etl): add update_etl module to core modules
Registers the update_etl.sh module within the core modules to enable the fetching and execution of ET: Legacy updates.
1 parent 658906e commit 4d79784

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lgsm/modules/core_modules.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,11 @@ fn_update_modules.sh() {
660660
fn_fetch_module
661661
}
662662

663+
update_etl.sh() {
664+
modulefile="${FUNCNAME[0]}"
665+
fn_fetch_module
666+
}
667+
663668
update_fctr.sh() {
664669
modulefile="${FUNCNAME[0]}"
665670
fn_fetch_module

0 commit comments

Comments
 (0)