Skip to content

Commit 439dc30

Browse files
committed
Also update InstalledCLIPath and run Prettier
1 parent 5f900e2 commit 439dc30

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

app/src/ui/lib/install-cli.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ import * as fsAdmin from 'fs-admin-forked'
44
import { mkdir, readlink, symlink, unlink } from 'fs/promises'
55

66
/** The path for the installed command line tool. */
7-
export const InstalledCLIPath = '/usr/local/bin/github'
7+
export const InstalledCLIPath = '/usr/local/bin/github-desktop-plus-cli'
88

99
/** The path to the packaged CLI. */
10-
const PackagedPath = Path.resolve(__dirname, 'static', 'github-desktop-plus-cli.sh')
10+
const PackagedPath = Path.resolve(
11+
__dirname,
12+
'static',
13+
'github-desktop-plus-cli.sh'
14+
)
1115

1216
/** Install the command line tool on macOS. */
1317
export async function installCLI(): Promise<void> {

0 commit comments

Comments
 (0)