Skip to content

Commit 75a52f6

Browse files
committed
linter
1 parent 0c4c561 commit 75a52f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build-packages.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ fpm -s dir -t rpm -n frankenphp -v "${FRANKENPHP_VERSION}" \
7272
--depends "libc.so.6(${glibc_version})(64bit)" \
7373
--depends "libstdc++.so.6(${cxxabi_version})(64bit)" \
7474
--after-install ../package/after_install.sh \
75-
--iteration "${iteration}"\
75+
--iteration "${iteration}" \
7676
"${bin}=/usr/bin/frankenphp" \
7777
"../package/frankenphp.service=/usr/lib/systemd/system/frankenphp.service" \
7878
"../package/Caddyfile=/etc/frankenphp/Caddyfile" \
@@ -91,7 +91,7 @@ fpm -s dir -t deb -n frankenphp -v "${FRANKENPHP_VERSION}" \
9191
--depends "libstdc++6 (>= ${cxxabi_version})" \
9292
--deb-suggests libcap2-bin \
9393
--after-install ../package/after_install.sh \
94-
--iteration "${iteration}"\
94+
--iteration "${iteration}" \
9595
"${bin}=/usr/bin/frankenphp" \
9696
"../package/frankenphp.service=/lib/systemd/system/frankenphp.service" \
9797
"../package/Caddyfile=/etc/frankenphp/Caddyfile" \

0 commit comments

Comments
 (0)