Skip to content

Commit a76ff75

Browse files
committed
[chore] fix incorrect message
1 parent ca36e48 commit a76ff75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/debug.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ gf_log_command_string() {
6565
echo >> "$GF_LOG_LOCATION"
6666
else
6767
# shellcheck disable=2016
68-
error_exit '`gf_log_command` requires an actual command'
68+
error_exit '`gf_log_command_string` requires an actual command'
6969
fi
7070
fi
7171
}

0 commit comments

Comments
 (0)