Skip to content

Commit

Permalink
fix: expo-atlas --version command
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Mar 12, 2024
1 parent 44da45c commit 80912bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const args = arg({
});

if (args['--version']) {
console.log(require('../package.json').version);
console.log(require('../../package.json').version);
process.exit(0);
}

Expand Down

0 comments on commit 80912bb

Please sign in to comment.