Skip to content

Commit 2d7a703

Browse files
committed
ci: Fix duplicate argument to flatpak-builder
1 parent 92a74c7 commit 2d7a703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Validate manifests
2424
run: |
2525
set -e
26-
for i in $(find . -type f -name "*.json"); do flatpak run org.flatpak.Builder --show-manifest --show-manifest "$i"; done
26+
for i in $(find . -type f -name "*.json"); do flatpak run org.flatpak.Builder --show-manifest "$i"; done
2727
rm -rf .flatpak-builder
2828
2929
find . -maxdepth 1 -mindepth 1 -type d ! -path './.github' ! -path './.git' | while read dir; do

0 commit comments

Comments
 (0)