We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5102d57 commit 48eef5bCopy full SHA for 48eef5b
libinit.sh
@@ -5616,7 +5616,7 @@ function write_file() {
5616
fi
5617
if _is_absolute_path "$arg_file_path"; then
5618
_make_func_hl "write_file";
5619
- logE "Programming error: Illegal argument '${arg_target}'";
+ logE "Programming error: Illegal argument '${arg_file_path}'";
5620
logE "at: '${BASH_SOURCE[1]}' (line ${BASH_LINENO[0]})";
5621
failure "Programming error: Invalid call to ${HYPERLINK_VALUE} function: " \
5622
"The file argument must not be absolute";
0 commit comments