Skip to content

Commit

Permalink
chore: remove fallback
Browse files Browse the repository at this point in the history
Co-authored-by: Théo LUDWIG <[email protected]>
  • Loading branch information
mstruebing and theoludwig authored Oct 9, 2024
1 parent da9f340 commit 67bb068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import path from 'node:path'
import { findRelease } from './release'
import { checkerName, version } from './shared'

const WORKING_DIR = path.join(process.env.HOME ?? "/tmp", 'editorconfig-checker')
const WORKING_DIR = path.join(os.homedir(), 'editorconfig-checker')

async function main() {
info(`Find '${version}' release`)
Expand Down

0 comments on commit 67bb068

Please sign in to comment.