Skip to content
This repository was archived by the owner on Jun 19, 2023. It is now read-only.

Commit 7d3dff4

Browse files
silasfnpetervanderdoes
authored andcommitted
Comparability change for git for windows
1 parent 55b832b commit 7d3dff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitflow-common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ gitflow_is_initialized() {
294294
gitflow_has_master_configured && \
295295
gitflow_has_develop_configured && \
296296
[ "$(git config --get gitflow.branch.master)" != "$(git config --get gitflow.branch.develop)" ] && \
297-
! $(git config --get-regexp gitflow.prefix >/dev/null 2>&1)
297+
git config --get-regexp gitflow.prefix >/dev/null 2>&1
298298
}
299299

300300
# Loading settings that can be overridden using git config

0 commit comments

Comments
 (0)