Small test update

This commit is contained in:
Adam Ormsby
2021-09-26 13:02:27 -05:00
parent 9afa31b303
commit af4b041d82
+1 -1
View File
@@ -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