Skip to content

Commit

Permalink
Update client version with fixed worker
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGabi authored Jun 16, 2020
1 parent b3f52a9 commit 13eb02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/start/client/aragon-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { logFront } from '~/src/ui/logger'
import { ensureDir, writeJson, pathExists, remove } from '~/src/utils/fsUtils'

const defaultRepo = 'https://github.com/0xGabi/aragon'
const defaultVersion = '456815dbc991a6d08904e8ff462bdb1f4d42dc6c'
const defaultVersion = '8241ccdfd69de528500af4d8cc6ad59e00c5d41a'
const aragonBaseDir: string = path.join(os.homedir(), '.aragon')

export async function installAragonClientIfNeeded(
Expand Down

0 comments on commit 13eb02d

Please sign in to comment.