Skip to content

Commit f5a01d9

Browse files
committed
Update devcontainer setup script formatting
1 parent 738e9bd commit f5a01d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ echo "✅ Setup completed successfully!"
7373

7474
if [ -n "$GH_CLI_TOKEN" ]; then
7575
gh auth login --with-token <<< "$GH_CLI_TOKEN"
76-
# Configure git to use GitHub CLI credentials
77-
gh auth setup-git
76+
# Configure git to use GitHub CLI credentials
77+
gh auth setup-git
7878
else
7979
echo "GH_CLI_TOKEN not set, skipping authentication"
8080
fi

0 commit comments

Comments
 (0)