We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab89817 commit 4f06977Copy full SHA for 4f06977
index.js
@@ -80,7 +80,7 @@ class Replicate {
80
*/
81
async run(identifier, options) {
82
const pattern =
83
- /^(?<owner>[a-zA-Z0-9-]+?)\/(?<name>[a-zA-Z0-9-]+?):(?<version>[0-9a-fA-F]+)$/;
+ /^(?<owner>[a-zA-Z0-9-_]+?)\/(?<name>[a-zA-Z0-9-_]+?):(?<version>[0-9a-fA-F]+)$/;
84
const match = identifier.match(pattern);
85
86
if (!match) {
0 commit comments