Skip to content

Commit

Permalink
error message during create capedwarf quickstart for jbossas
Browse files Browse the repository at this point in the history
https://bugzilla.redhat.com/show_bug.cgi?id=1094000

fix raw github url so curl request does not fail
  • Loading branch information
bparees committed May 6, 2014
1 parent d694076 commit ce0537a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .openshift/action_hooks/utils.sh
Expand Up @@ -13,7 +13,7 @@ function is_up_to_date() {
}

function set_upstream_version() {
upstream_version_file=https://raw.github.com/${git_repo}/${git_tag}/version.ini
upstream_version_file=https://raw.githubusercontent.com/${git_repo}/${git_tag}/version.ini

#set capedwarf_upstream_version & as_required
source /dev/stdin <<< "$(curl -L -s ${upstream_version_file})"
Expand Down

0 comments on commit ce0537a

Please sign in to comment.