File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5472,7 +5472,7 @@ async function run() {
5472
5472
}
5473
5473
}
5474
5474
async function resolveVersion ( version ) {
5475
- const res = await client . get ( `https://depot.dev/api /cli/release/${ process . platform } /${ process . arch } /${ version } ` ) ;
5475
+ const res = await client . get ( `https://dl. depot.dev/cli/release/${ process . platform } /${ process . arch } /${ version } ` ) ;
5476
5476
const body = await res . readBody ( ) ;
5477
5477
const response = JSON . parse ( body ) ;
5478
5478
if ( ! response . ok )
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ async function run() {
45
45
}
46
46
47
47
async function resolveVersion ( version : string ) {
48
- const res = await client . get ( `https://depot.dev/api /cli/release/${ process . platform } /${ process . arch } /${ version } ` )
48
+ const res = await client . get ( `https://dl. depot.dev/cli/release/${ process . platform } /${ process . arch } /${ version } ` )
49
49
const body = await res . readBody ( )
50
50
const response : ApiResponse = JSON . parse ( body )
51
51
You can’t perform that action at this time.
0 commit comments