Fix typo in last commit

Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
Steven Barth 2015-04-10 18:55:56 +02:00
parent 5934fb4e9d
commit 5ef2946ede

View file

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