Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
amaaniqbal authored Apr 1, 2020
1 parent 2f372e1 commit 7a1657e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
#!/bin/sh -l

echo "Running Spam Check on ${inputs.message}"
python main.py ${inputs.message}
echo "Running Spam Check on the message: $1"
python main.py "$1"
echo "Spam Check Finished!"

0 comments on commit 7a1657e

Please sign in to comment.