From c5b638449511dca3cdace72f0c62ba0d17c96474 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 13 Apr 2020 16:17:11 +0200 Subject: [PATCH] Fix typo --- plays/lib/database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plays/lib/database.yml b/plays/lib/database.yml index cd43295..70c9fa0 100644 --- a/plays/lib/database.yml +++ b/plays/lib/database.yml @@ -18,7 +18,7 @@ args: creates: "/var/lib/dokku/services/{{ item.type }}/{{ app }}" - - name: "Link {{ db.type }} database to application" + - name: "Link {{ item.type }} database to application" dokku_service_link: app: "{{ app }}" name: "{{ app }}"