summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/oh-buildopk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oh-buildopk b/src/oh-buildopk
index 3021aa2..77c5e0f 100644
--- a/src/oh-buildopk
+++ b/src/oh-buildopk
@@ -81,7 +81,7 @@ else
printf 'oh-buildopk: Packing package "%s"...\n' "${1}"
arch="$(oh_get_package_architecture ${1})"
-
+
# Write debian-binary.
echo '2.0' > debian-binary || exit 2