Skip to content

Commit

Permalink
use the newer import syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Jan 16, 2019
1 parent e1aab08 commit 4fc3a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/ui/lib/install-cli.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as FSE from 'fs-extra'
import * as Path from 'path'

import fsAdmin = require('fs-admin')
import * as fsAdmin from 'fs-admin'

/** The path for the installed command line tool. */
export const InstalledCLIPath = '/usr/local/bin/github'
Expand Down

0 comments on commit 4fc3a17

Please sign in to comment.