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 a85378e commit 976e7d0Copy full SHA for 976e7d0
API/addRepoApi.js
@@ -45,7 +45,7 @@ async function addRepoHandler(
45
throw new Error("Invalid clone URL string!");
46
}
47
48
- if (repoName.match(/[^a-zA-Z0-9-_.]/gi)) {
+ if (repoName.match(/[^a-zA-Z0-9-_.\\s]/gi)) {
49
throw new Error("Invalid repo name string!");
50
51
0 commit comments