Skip to content

Commit 14c5744

Browse files
fixed a typo
1 parent c7166f5 commit 14c5744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lgsm/functions/core_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ fn_fetch_function
743743
}
744744

745745
command_install_init.sh () {
746-
functionfile = "${FUNCNAME[0]}"
746+
functionfile="${FUNCNAME[0]}"
747747
fn_fetch_function
748748
}
749749

0 commit comments

Comments
 (0)