Skip to content

Commit

Permalink
Merge pull request #3 from 130s/fix/wget_certificate
Browse files Browse the repository at this point in the history
(hotfix) Let wget pass certificate (Fix #2)
  • Loading branch information
130s committed Apr 8, 2015
2 parents 5217494 + b41665e commit f31ac3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hotfixer/hot_fix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ patch_dir=${3:-/opt/ros/hydro/share}
patch_prefix=${4:-1}

echo_green ";; download patch file https://github.com/${patch_repo}/pull/${patch_no}.diff"
wget -O /tmp/$$.patch https://github.com/${patch_repo}/pull/${patch_no}.diff 2> /dev/null
wget -O /tmp/$$.patch --no-check-certificate https://github.com/${patch_repo}/pull/${patch_no}.diff 2> /dev/null
echo -e "\e[33m"
cat /tmp/$$.patch
echo -e "\e[0m"
Expand Down

0 comments on commit f31ac3a

Please sign in to comment.