Skip to content

Commit

Permalink
Turn on debug
Browse files Browse the repository at this point in the history
  • Loading branch information
efrecon committed Feb 28, 2024
1 parent dd6a38e commit 57bcaf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cf-sshd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ fi
# GitHub search API.
if [ "$#" = "0" ] && command -v git >/dev/null 2>&1; then
verbose "No GitHub handle given, will try to guess from git settings"
set -x
handle=; # Will be the GitHub username, if any
# Pick user information from gt
email=$(git config user.email)
Expand Down

0 comments on commit 57bcaf5

Please sign in to comment.