Skip to content

Commit

Permalink
fixup! Fix wrong quote numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust authored and grooverdan committed Oct 31, 2023
1 parent c16bd27 commit 4450596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master-libvirt/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def downloadRpms():
"""
wget -r -np -nH --cut-dirs=2 -A *.rpm """
+ os.getenv("ARTIFACTS_URL", default="https://ci.mariadb.org")
+ """/%(prop:tarbuildnum)s/%(prop:parentbuildername)s/rpms/" -P .
+ """/%(prop:tarbuildnum)s/%(prop:parentbuildername)s/rpms/ -P .
"""
),
],
Expand Down

0 comments on commit 4450596

Please sign in to comment.