diff options
author | Erich Eckner <git@eckner.net> | 2019-07-10 08:29:22 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-07-10 08:29:22 +0200 |
commit | 5dfba35a89eceb5834cc0b07c63e5aee7a2ca5c5 (patch) | |
tree | 245680d13d0e5681f18758dc07e29be91ab66472 /update-me.in | |
parent | 3e8c0e6d0f0c2aa790b7c524f82842066c5fc893 (diff) | |
download | update-all-5dfba35a89eceb5834cc0b07c63e5aee7a2ca5c5.tar.xz |
update-me.in: fix typo
Diffstat (limited to 'update-me.in')
-rw-r--r-- | update-me.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-me.in b/update-me.in index 401a6bf..69da18b 100644 --- a/update-me.in +++ b/update-me.in @@ -11,7 +11,7 @@ fi . #ETCDIR#/update-me.conf if "${hasSudo}" && \ - comand -v sudo >/dev/null; then + command -v sudo >/dev/null; then for ((i=0; i<${#postCmds[@]}; i++)); do if [ "${postCmds[${i}]}" = 'check-kernel -r' ]; then postCmds[${i}]='sudo check-kernel -r'; |