Skip to content

Commit

Permalink
Fix ix.io for newer default http for curl
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam committed Apr 7, 2017
1 parent 7a3e4ab commit 323cf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/.zsh/bundle/ix.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ix() {
local filename="$1"
shift
[ "$filename" ] && {
curl $opts -F f:1=@"$filename" $* ix.io/$id
curl --http1.0 $opts -F f:1=@"$filename" $* ix.io/$id
return
}
echo "^C to cancel, ^D to send."
Expand Down

0 comments on commit 323cf04

Please sign in to comment.