Skip to content

Commit

Permalink
Record issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thpani committed Apr 19, 2024
1 parent d54a95a commit 30a1b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solarkraft/src/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { spawnSync } from 'child_process'
import { existsSync } from 'node:fs'
import path from 'node:path'

// TODO: fix hardcoded path to Apalache
// TODO(#34): fix hardcoded path to Apalache
const APALACHE_DIST = '/opt/apalache'
const APALACHE_BIN = path.join(APALACHE_DIST, 'bin', 'apalache-mc')

Expand Down

0 comments on commit 30a1b6a

Please sign in to comment.