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

Commit

Permalink
<fix>(installer): <fix>(gitflow-installer.sh) added missing file
Browse files Browse the repository at this point in the history
gitflow-installer.sh didn´t installed >git-flow-log<

Signed-off-by: Shea690901 <ginny690901@hotmail.de>
  • Loading branch information
Shea690901 committed Jun 27, 2021
1 parent 40fc2df commit eeaee2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/gitflow-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ DATAROOTDIR="$PREFIX/share"
DOCDIR="$DATAROOTDIR/doc/gitflow"

EXEC_FILES="git-flow"
SCRIPT_FILES="git-flow-init git-flow-feature git-flow-bugfix git-flow-hotfix git-flow-release git-flow-support git-flow-version gitflow-common gitflow-shFlags git-flow-config"
SCRIPT_FILES="git-flow-init git-flow-feature git-flow-bugfix git-flow-hotfix git-flow-release git-flow-support git-flow-version gitflow-common gitflow-shFlags git-flow-config git-flow-log"
HOOK_FILES="$REPO_NAME/hooks/*"


Expand Down

0 comments on commit eeaee2c

Please sign in to comment.