File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @muchobien/env-cmd" ,
3
- "version" : " 0.0.4 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"description" : " Load environment variables from .env file and execute commands" ,
5
5
"license" : " MIT" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ async function getBinaryUrl(): Promise<URL> {
50
50
51
51
const { arch, platform } = getArchPlatform ( ) ;
52
52
const targetUrl = new URL (
53
- `https://github.com/pocketbase/pocketbase /releases/download/v${ version } /pocketbase_ ${ version } _${ platform . platform } _${ arch } ${ platform . extension } `
53
+ `https://github.com/muchobien/env-cmd /releases/download/v${ version } /env-cmd_ ${ version } _${ platform . platform } _${ arch } ${ platform . extension } `
54
54
) ;
55
55
56
56
return targetUrl ;
You can’t perform that action at this time.
0 commit comments