From 28bb25ca68f929fa69a6bde00d865f7272a3f874 Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Sun, 22 Oct 2017 14:48:08 +0200 Subject: Fix variable typo --- auria.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auria.sh b/auria.sh index d51a2ec..8a42e9c 100755 --- a/auria.sh +++ b/auria.sh @@ -619,7 +619,7 @@ function rpc fi curl "${curl_args[@]}" --silent --get "${cargs[@]}" \ - "https://aur.archlinux.org/rpc/?v=5&type=${type}" \ + "https://aur.archlinux.org/rpc/?v=5&type=${qtype}" \ -o "$file" \ || { error "Failed to query AUR RPC interface."; return 2; } -- cgit v1.2.3