From 1377c1594806c18b2ee9dc22a1c185e4b74da3f2 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Mon, 9 Dec 2019 13:33:47 -0500 Subject: [PATCH] Fix text in postinst --- debian/pvc-client-provisioner.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/pvc-client-provisioner.postinst b/debian/pvc-client-provisioner.postinst index 4985b298..8224a3d9 100644 --- a/debian/pvc-client-provisioner.postinst +++ b/debian/pvc-client-provisioner.postinst @@ -11,5 +11,5 @@ if systemctl is-active --quiet pvc-provisioner.service; then systemctl restart pvc-provisioner.service systemctl restart pvc-provisioner-worker.service else - echo "NOTE: The PVC client API daemon (pvc-provisioner.service) has not been started; create a config file at /etc/pvc/pvc-provisioner.yaml then start it." + echo "NOTE: The PVC provisioner API daemon (pvc-provisioner.service) has not been started; create a config file at /etc/pvc/pvc-provisioner.yaml then start it." fi