Browse Source

[spelling] Fix

Changelog: None

Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
2.0.x
Ole Petter 5 years ago
parent
commit
330636aa8d
No known key found for this signature in database GPG Key ID: A7100375167A7B21
  1. 2
      modules/probe.sh

2
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"

Loading…
Cancel
Save