Skip to content

Commit a8a8771

Browse files
committed
fix: add fetch for fix_lo.sh
1 parent 24f2b6f commit a8a8771

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lgsm/functions/core_functions.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,11 @@ functionfile="${FUNCNAME[0]}"
381381
fn_fetch_function
382382
}
383383

384+
fix_lo.sh(){
385+
functionfile="${FUNCNAME[0]}"
386+
fn_fetch_function
387+
}
388+
384389
fix_mcb.sh(){
385390
functionfile="${FUNCNAME[0]}"
386391
fn_fetch_function

0 commit comments

Comments
 (0)