fish: fix incorrect dir name for rebuild

master
an 2019-07-27 09:31:33 -04:00
parent 3306097f92
commit 5e3c6661fd
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# vim: syntax=fish:
function rebuild -d 'Builds an AUR package'
$HOME/src/scripts/rebuild.rkt $argv
$_agw_scripts_dir/rebuild.rkt $argv
end
## EOF