Skip to content

Commit

Permalink
Merge pull request #777 from galthaus/tool-tweak
Browse files Browse the repository at this point in the history
Convert el6 to master to make tooling easier.
  • Loading branch information
galthaus committed Aug 6, 2015
2 parents fc59b6b + 3f78ee9 commit dd5ce67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/crowbar-install.sh
Expand Up @@ -31,15 +31,15 @@ if [[ $1 = '--develop' ]]; then
elif [[ $1 = '--master' ]]; then
shift
RELEASE="master"
RELPATH="el6"
RELPATH="master"
elif [[ $1 = '--release' ]]; then
shift
RELEASE="$1"
RELPATH="release/$1"
shift
else
RELEASE="master"
RELPATH="el6"
RELPATH="master"
fi

# Setup repo
Expand Down

0 comments on commit dd5ce67

Please sign in to comment.