Skip to content

Commit

Permalink
Small test update
Browse files Browse the repository at this point in the history
  • Loading branch information
aormsby committed Sep 26, 2021
1 parent 9afa31b commit af4b041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/verify_git_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_config_git() {
get_current_user_config() {
CURRENT_USER=$(git config --get --default="null" user.name)
CURRENT_EMAIL=$(git config --get --default="null" user.email)
CURRENT_PULL_CONFIG=$(git config --get --default="null" pull.rebase)
CURRENT_PULL_CONFIG=$(git config --get --default="false" pull.rebase)
}

# set action config values
Expand Down

0 comments on commit af4b041

Please sign in to comment.