Skip to content

Commit 9e66d92

Browse files
authored
Update index.ts
1 parent a796ae9 commit 9e66d92

File tree

1 file changed

+1
-1
lines changed
  • extension/src/experiments/commands

1 file changed

+1
-1
lines changed

extension/src/experiments/commands/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const promptToAddStudioToken = async () => {
6363
}
6464

6565
const convertUrlTextToLink = (stdout: string) => {
66-
const experimentAtRegex = /\sat\s+(https:\/\/studio\.dvc\.ai\/.*$)/
66+
const experimentAtRegex = /\sat\s+(https:\/\/studio\.datachain\.ai\/.*$)/
6767
const match = stdout.match(experimentAtRegex)
6868
if (!(match?.[0] && match?.[1])) {
6969
return stdout

0 commit comments

Comments
 (0)