From e85e896b1a005592e61c94d155a21233e374acbe Mon Sep 17 00:00:00 2001 From: Frederick Zhang Date: Thu, 26 Jan 2017 00:03:16 +1100 Subject: [PATCH] fix db:tunnel --- plugins/aptible/_aptible | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/aptible/_aptible b/plugins/aptible/_aptible index 8301e69b..348c0a7e 100644 --- a/plugins/aptible/_aptible +++ b/plugins/aptible/_aptible @@ -65,7 +65,8 @@ _aptible() { db:tunnel) _arguments \ '--environment=[ENVIRONMENT]: :_aptible_envs' \ - '--port=[N]' + '--port=[N]' \ + ':: :_aptible_dbs' ;; domains) _arguments \