Browse Source

fix(fix): re-add fix_tf2 and minor fix refactor (#2289)

pull/2293/head
Daniel Gibbs 6 years ago
committed by GitHub
parent
commit
25cf2b2081
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      lgsm/functions/core_functions.sh

5
lgsm/functions/core_functions.sh

@ -357,6 +357,11 @@ functionfile="${FUNCNAME}"
fn_fetch_function
}
fix_tf2.sh(){
functionfile="${FUNCNAME}"
fn_fetch_function
}
fix_ut3.sh(){
functionfile="${FUNCNAME}"
fn_fetch_function

Loading…
Cancel
Save