Revert "Fix config filename in aptly-publisher wrapper"
This reverts commit 3dcf08e7f6ad299aae7015575e5ead7aec7ac5a5.
diff --git a/aptly/files/aptly-publisher b/aptly/files/aptly-publisher
index face71f..8d65aad 100755
--- a/aptly/files/aptly-publisher
+++ b/aptly/files/aptly-publisher
@@ -8,7 +8,7 @@
#
# This script will attempt to mirror the host paths by using volumes for the
# following paths:
-# * /etc/aptly-publisher.conf
+# * /etc/aptly-publisher.yaml
# * /etc/aptly
# * $(pwd)
# * $HOME if it's set
@@ -38,8 +38,8 @@
VOLUMES="-v $(pwd):$(pwd):ro"
fi
-if [ -e /etc/aptly-publisher.conf ]; then
- VOLUMES="-v /etc/aptly-publisher.conf:/etc/aptly-publisher.conf:ro"
+if [ -e /etc/aptly-publisher.yaml ]; then
+ VOLUMES="-v /etc/aptly-publisher.yaml:/etc/aptly-publisher.yaml:ro"
fi
if [ -d /etc/aptly ]; then