From 145a538295a73aa65169da556ff0aa5a3d1ad765 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sat, 25 Jan 2020 14:14:08 +0000 Subject: [PATCH] Fix typo in ixio.fish --- config/fish/functions/ixio.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/fish/functions/ixio.fish b/config/fish/functions/ixio.fish index e06aa81..99c9f54 100644 --- a/config/fish/functions/ixio.fish +++ b/config/fish/functions/ixio.fish @@ -1,3 +1,3 @@ function ixio - curl -F 'f:1=<=' ix.io + curl -F 'f:1=<-' ix.io end