summaryrefslogtreecommitdiff
path: root/update-me.in
diff options
context:
space:
mode:
Diffstat (limited to 'update-me.in')
-rw-r--r--update-me.in2
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';