Skip to content

Commit 325ee32

Browse files
gophergogogophergogo
authored andcommitted
Remove personal SSH alias from build script comment
Replace internal SSH alias with a generic placeholder to avoid leaking developer-specific configuration before open sourcing.
1 parent 2d623c8 commit 325ee32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ echo ""
3939
echo -e "${YELLOW}Step 1: Updating submodules...${NC}"
4040

4141
# Support custom SSH host for multiple GitHub accounts
42-
# Usage: GITHUB_SSH_HOST=bettercallsaulj ./build.sh
42+
# Usage: GITHUB_SSH_HOST=my-ssh-alias ./build.sh
4343
SSH_HOST="${GITHUB_SSH_HOST:-github.com}"
4444
if [ -n "${GITHUB_SSH_HOST}" ]; then
4545
echo -e "${YELLOW} Using custom SSH host: ${GITHUB_SSH_HOST}${NC}"

0 commit comments

Comments
 (0)