Browse Source
[spelling] Fix
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
2.0.x
Ole Petter
5 years ago
No known key found for this signature in database
GPG Key ID: A7100375167A7B21
1 changed files with
1 additions and
1 deletions
-
modules/probe.sh
|
|
@ -30,7 +30,7 @@ probe_arch() { |
|
|
|
done |
|
|
|
|
|
|
|
if [ -z "${file_info}" ]; then |
|
|
|
log_fatal "Sorry, where not able to determinate target architecture" |
|
|
|
log_fatal "Sorry, not able to determinate target architecture" |
|
|
|
fi |
|
|
|
|
|
|
|
target_arch="unknown" |
|
|
|