Skip to content

Commit ea61cde

Browse files
committed
fix bad filename
1 parent e5047bf commit ea61cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ export async function cli(args) {
770770
// very sad repeated code :(
771771
// i wanted 2 working options
772772
let installScript = await fs.readFile(
773-
__dirname + "/../config-store/update-no-domain.sh",
773+
__dirname + "/../config-store/update-coder-no-domain.sh",
774774
"utf8"
775775
);
776776

0 commit comments

Comments
 (0)