summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2020-03-18 01:09:11 +0000
committerRaphaƫl Hertzog <hertzog@debian.org>2020-03-23 08:06:51 +0000
commit85e0681ee88a293e35bd77e613010663f274ece5 (patch)
tree1c1882da2e22e5e9e1c5bf8271136713eabab9c4 /functions
parenta25b77e0998ac455b48c8c523a08bd282229fb49 (diff)
downloadvyos-live-build-85e0681ee88a293e35bd77e613010663f274ece5.tar.gz
vyos-live-build-85e0681ee88a293e35bd77e613010663f274ece5.zip
args: fix a typo
Gbp-Dch: Ignore
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/arguments.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/arguments.sh b/functions/arguments.sh
index f87593204..292bdd548 100755
--- a/functions/arguments.sh
+++ b/functions/arguments.sh
@@ -19,7 +19,7 @@ Arguments ()
Echo_error "invalid arguments"
exit 1
elif [ $ERR -ne 0 ]; then
- Echo_error "getop failure"
+ Echo_error "getopt failure"
exit 1
fi