Skip to content

Commit 3cd8910

Browse files
authored
Merge pull request #534 from doppelhelix/appstreamcli
Syntax Error in data/meson.build: appstreamcli validate --nonet
2 parents e317e64 + d2bc8cb commit 3cd8910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ appstream_file = i18n.merge_file(
4444
appstreamcli = find_program('appstreamcli', required: false)
4545
if appstreamcli.found()
4646
test('Validate appstream file', appstreamcli,
47-
args: ['validate', '--nonet', '--explain', appstream_file]
47+
args: ['validate', '--no-net', '--explain', appstream_file]
4848
)
4949
endif
5050

0 commit comments

Comments
 (0)