Skip to content

Commit 0da2ef0

Browse files
authored
fix: Github støtter reponavn med punktum
1 parent 2c34494 commit 0da2ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/team/[team]/repositories/+page.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
};
4949
5050
const validateRepo = (input: string) => {
51-
const pattern = /^[a-zA-Z0-9_-]+\/[a-zA-Z0-9_-]+$/;
51+
const pattern = /^[a-zA-Z0-9_-]+\/[a-zA-Z0-9._-]+$/;
5252
return pattern.test(input);
5353
};
5454

0 commit comments

Comments
 (0)