Skip to content

Commit

Permalink
Add fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
Antti Harju committed Sep 10, 2024
1 parent ecd078e commit 010eb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gclone
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [ ! -f "$CACHE_FILE" ]; then

# Optimistic
echo_user_and_orgs() {
git config user.name # Assumes it's set correctly
git config user.name # FIXME: this gets your Firstname Lastname, not githubusername

# Fetch the organizations the user is part of using gh CLI
ORGS=$(gh api user/orgs --jq '.[].login')
Expand Down

0 comments on commit 010eb50

Please sign in to comment.