summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/inject.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inject.sh b/include/inject.sh
index a58acc81..795b2c70 100644
--- a/include/inject.sh
+++ b/include/inject.sh
@@ -65,7 +65,7 @@ check_release()
*.tar.xz) _stripped_prefix="${archivename#*_}"
board="${_stripped_prefix%.tar.xz}" ;;
*)
- err "'$archive': could not detect board type"
+ err "'$archive': could not detect board type" ;;
esac; :
}