Skip to content

Commit

Permalink
Remove extra quote
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbogo authored and grooverdan committed Nov 13, 2023
1 parent 9cfea02 commit 6895aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common_factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def getRpmAutobakeFactory(mtrDbPool):
timeout=7200,
haltOnFailure=True,
command=util.Interpolate(
""""
"""
mkdir -p /packages/%(prop:tarbuildnum)s/%(prop:buildername)s &&
cp -r MariaDB.repo rpms srpms /packages/%(prop:tarbuildnum)s/%(prop:buildername)s/ &&
ln -sf %(prop:tarbuildnum)s/%(prop:buildername)s/MariaDB.repo /packages/%(prop:branch)s-latest-%(prop:buildername)s.repo &&
Expand Down

0 comments on commit 6895aba

Please sign in to comment.