From 412729aac95dcec9570e191520892ea1ee00b587 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Sun, 27 Dec 2020 12:23:16 +0200 Subject: [PATCH] Fix calling `logs` with no arguments Closes #31 --- abra | 1 + 1 file changed, 1 insertion(+) diff --git a/abra b/abra index 5c2ea61..2a58c3b 100755 --- a/abra +++ b/abra @@ -855,6 +855,7 @@ sub_app_logs (){ if [ -z "$SERVICE" ]; then warning "No \$SERVICE provided, running multilogs" sub_app_multilogs + return fi shift