This is why I stopped doing a release every few commits

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2018-07-27 17:02:22 +03:00
parent 739c430e42
commit f68c9e817b
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ mime() {
declare r handler=$1; shift
for r in "$@"; do
uri_handlers+=( "$1" "$r" )
uri_handlers+=( "$handler" "$r" )
done
}