Skip to content

Commit

Permalink
Wrong variable used.
Browse files Browse the repository at this point in the history
We should use the variable VERSION.
  • Loading branch information
petervanderdoes committed Nov 15, 2013
1 parent 60c8ecd commit 5589127
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hooks/post-flow-release-publish
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# MASTER_BRANCH - The branch defined as Master
# DEVELOP_BRANCH - The branch defined as Develop
#
NAME=$1
VERSION=$1
ORIGIN=$2
BRANCH=$3

Expand Down
2 changes: 1 addition & 1 deletion hooks/post-flow-release-track
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# MASTER_BRANCH - The branch defined as Master
# DEVELOP_BRANCH - The branch defined as Develop
#
NAME=$1
VERSION=$1
ORIGIN=$2
BRANCH=$3

Expand Down
2 changes: 1 addition & 1 deletion hooks/pre-flow-release-publish
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# MASTER_BRANCH - The branch defined as Master
# DEVELOP_BRANCH - The branch defined as Develop
#
NAME=$1
VERSION=$1
ORIGIN=$2
BRANCH=$3

Expand Down
2 changes: 1 addition & 1 deletion hooks/pre-flow-release-track
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# DEVELOP_BRANCH - The branch defined as Develop
#

NAME=$1
VERSION=$1
ORIGIN=$2
BRANCH=$3

Expand Down

0 comments on commit 5589127

Please sign in to comment.