Skip to content

Commit

Permalink
Update ssh-copy-rsub to use correct bash rmate path
Browse files Browse the repository at this point in the history
  • Loading branch information
InfernoZeus committed Mar 25, 2014
1 parent 55e3ec1 commit bbaa736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh-copy-rsub
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ URL="https://raw.github.com/textmate/rmate/master/rmate"

if [ "$#" -gt 1 ] || [ "$1" = "-b" ] || [ "$1" = "--bash" ]; then
shift
URL="https://raw.github.com/aurora/rmate/master/rmate.sh"
URL="https://raw.github.com/aurora/rmate/master/rmate"
fi

if [ "$#" -lt 1 ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
Expand Down

0 comments on commit bbaa736

Please sign in to comment.