Fix typo in last commit

Signed-off-by: Steven Barth <steven@midlink.org>
pull/321/merge
Steven Barth 2015-04-10 18:55:56 +02:00
parent 5934fb4e9d
commit 5ef2946ede
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ function proto.is_installed(self)
end
function proto.opkg_package(self)
return "hnetd-full"
return "hnet-full"
end