From 2f372e1f2b35982631c7fb9c13ce79fd51ff8170 Mon Sep 17 00:00:00 2001 From: Amaan Iqbal Date: Wed, 1 Apr 2020 16:22:31 +0530 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index a1dacb3..6e6f624 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash echo "Running Spam Check on ${inputs.message}" python main.py ${inputs.message}