Skip to content

Commit 0dbe74a

Browse files
guplemclaude
andcommitted
Fix Prettier formatting in install-cli.ts
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 24bdf9d commit 0dbe74a

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ import { mkdir, readlink, symlink, unlink } from 'fs/promises'
77
export const InstalledCLIPath = '/usr/local/bin/github-plus'
88

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

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

0 commit comments

Comments
 (0)