From 17c44beebf5dcd7276b1c8eb3f42ed9600cc61f0 Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 27 Oct 2020 16:00:46 -0600 Subject: style: print warning to console --- bin/setup | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/setup b/bin/setup index 12c0798..b072651 100755 --- a/bin/setup +++ b/bin/setup @@ -9,4 +9,6 @@ bundle config --local jobs "$(nproc)" bundle install if command -v docker-compose; then docker-compose up -d +else + echo 'warning: docker-compose is not installed.' fi -- cgit v1.2.3