Skip to content

Commit b4d2f24

Browse files
docs(datasource/deb): fix example typo (renovatebot#35429)
1 parent a0b1816 commit b4d2f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/modules/datasource/deb/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ First you would set a custom manager in your `renovate.json` file for `Dockerfil
4747
"matchStrings": [
4848
"#\\s*renovate:\\s*?(suite=(?<suite>.*?))?\\s*depName=(?<depName>.*?)?\\sENV .*?_VERSION=\"(?<currentValue>.*)\""
4949
],
50-
"registryUrlTemplate": "https://deb.debian.org/debian?suite={#if suite }}{{suite}}{{else}}stable{{/if}}&components=main,contrib,non-free&binaryArch=amd64",
50+
"registryUrlTemplate": "https://deb.debian.org/debian?suite={{#if suite }}{{suite}}{{else}}stable{{/if}}&components=main,contrib,non-free&binaryArch=amd64",
5151
"datasourceTemplate": "deb"
5252
}
5353
]

0 commit comments

Comments
 (0)