Skip to content

Commit aff6cc1

Browse files
committed
chore: wip
1 parent ecfd2e0 commit aff6cc1

File tree

8 files changed

+4
-199
lines changed

8 files changed

+4
-199
lines changed

check-git-versions.ts

Lines changed: 0 additions & 39 deletions
This file was deleted.

packages/launchpad/check-aliases.ts

Lines changed: 0 additions & 21 deletions
This file was deleted.

packages/launchpad/check-git-packages.ts

Lines changed: 0 additions & 39 deletions
This file was deleted.

packages/launchpad/check-git-scm.ts

Lines changed: 0 additions & 30 deletions
This file was deleted.

packages/launchpad/check-git-versions.ts

Lines changed: 0 additions & 41 deletions
This file was deleted.

packages/launchpad/src/dev/shellcode.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ __launchpad_switch_environment() {
108108
# Use ~/.local/bin first, then launchpad global bin to ensure proper path priority
109109
local local_bin="$HOME/.local/bin"
110110
local global_bin="$HOME/.local/share/launchpad/global/bin"
111-
111+
112112
# Add ~/.local/bin to PATH if not already there
113113
if [[ -d "$local_bin" && ":$PATH:" != *":$local_bin:"* ]]; then
114114
export PATH="$local_bin:$PATH"
115115
fi
116-
116+
117117
# Add launchpad global bin to PATH if not already there
118118
if [[ -d "$global_bin" && ":$PATH:" != *":$global_bin:"* ]]; then
119119
export PATH="$global_bin:$PATH"

packages/launchpad/src/install-helpers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -990,10 +990,10 @@ export async function createGlobalBinarySymlinks(globalEnvDir: string): Promise<
990990
// Create new symlink
991991
await fs.promises.symlink(sourcePath, targetPath)
992992
createdSymlinks.push(binary)
993-
993+
994994
// Ensure the symlink is executable
995995
await fs.promises.chmod(targetPath, 0o755)
996-
}
996+
}
997997
catch (err) {
998998
if (config.verbose) {
999999
console.warn(`Failed to create symlink for ${binary}:`, err)

packages/launchpad/test-git-resolution.ts

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)