summaryrefslogtreecommitdiffstats
path: root/apk-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'apk-model.lua')
-rw-r--r--apk-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apk-model.lua b/apk-model.lua
index f452b5a..1065a7d 100644
--- a/apk-model.lua
+++ b/apk-model.lua
@@ -328,7 +328,7 @@ mymodule.install_package = function(self, installrequest)
resetpermissions(self)
end
- return installrequest
+ return installrequest
end
mymodule.get_upgrade_package = function(self, clientdata)