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

Commit 9498e9b

Browse files
committed
<fix>(installer): <fix>(installer): <fix>(gitflow-installer.sh) added missing file
gitflow-installer.sh didn´t installed >git-flow-log< Signed-off-by: Shea690901 <[email protected]>
1 parent d409eff commit 9498e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/gitflow-installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ DATAROOTDIR="$PREFIX/share"
3737
DOCDIR="$DATAROOTDIR/doc/gitflow"
3838

3939
EXEC_FILES="git-flow"
40-
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"
40+
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"
4141
HOOK_FILES="$REPO_NAME/hooks/*"
4242

4343

0 commit comments

Comments
 (0)