Bob Mottram 6 years ago
parent
commit
ad70f564ba
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-image-makefile

+ 1
- 1
src/freedombone-image-makefile View File

@@ -41,7 +41,7 @@ IMAGE = $(NAME).img
41 41
 ARCHIVE = $(IMAGE).xz
42 42
 SIGNATURE = $(ARCHIVE).sig
43 43
 OWNER = 1000
44
-if [ ! "$CONTINUOUS_INTEGRATION" ];
44
+if [ ! "$CONTINUOUS_INTEGRATION" ]; then
45 45
     XZ = xz --no-warn --verbose --keep --threads=0 -3
46 46
     SIGN = -gpg --output $(SIGNATURE) --detach-sig $(ARCHIVE)
47 47
 fi