Fixed endpoint type.

This commit is contained in:
Thomas Goirand 2016-09-30 19:22:44 +00:00
parent fffa05367e
commit 804ff747ae
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ set -e
if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ] ; then
. /usr/share/debconf/confmodule
pkgos_register_endpoint_postinst glare glare image "Glare Artifact Repository" 9494 ""
pkgos_register_endpoint_postinst glare glare artifact "Glare Artifact Repository" 9494 ""
db_stop
fi