From 655b3150dce504a0f48011b3daa99f11aa660d3d Mon Sep 17 00:00:00 2001 From: lucas <94939040+jabuxas@users.noreply.github.com> Date: Fri, 6 Sep 2024 20:28:03 -0300 Subject: [PATCH] fix(laptop): fix method for uploading to abyss --- laptop/configs/home/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laptop/configs/home/.zshrc b/laptop/configs/home/.zshrc index 60ad499..e408d02 100644 --- a/laptop/configs/home/.zshrc +++ b/laptop/configs/home/.zshrc @@ -64,7 +64,7 @@ pst() { return 1 fi - curl -F "file=@$file" -H "X-Auth: $(cat ~/.key)" https://paste.jabuxas.xyz/upload + curl -F "file=@$file" -H "X-Auth: $(cat ~/.key)" https://paste.jabuxas.xyz if [[ -p /dev/stdin ]]; then rm "$file"