diff options
author | Leah Rowe <leah@libreboot.org> | 2025-09-11 12:16:33 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-09-11 12:16:33 +0100 |
commit | ce5127e46b89c2e5716668911bc82834d06660ff (patch) | |
tree | 48440385c21b807a85b0e22be5d37f9560b8df8c /include | |
parent | 0deac58e418f97b9701b585dc5bdfbaab526e6e4 (diff) |
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/inject.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inject.sh b/include/inject.sh index 4ed6d7b6..6f78d8bd 100644 --- a/include/inject.sh +++ b/include/inject.sh @@ -33,7 +33,7 @@ inject() [ $# -gt 2 ] && new_mac="$3" && \ [ -z "$new_mac" ] && err "Empty MAC address specified" ;; *) - err "Unrecognised inject mode: '$2'" + err "Unrecognised inject mode: '$2'" ;; esac [ "$new_mac" = "keep" ] && new_mac="" |