Skip to content
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7 from obazoud/patch-2
Browse files Browse the repository at this point in the history
Fix slack.py indentation
  • Loading branch information
akash1810 committed Mar 16, 2018
2 parents 8c643a3 + c15a6b8 commit 473e145
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ echo 'Creating lambda zip artifact'

if [ ! -f slack.py ]; then
cat > slack.py <<EOL
WEBHOOK='$WEBHOOK'
CHANNEL='$CHANNEL'
CUSTOM_CHANNELS={}
WEBHOOK='$WEBHOOK'
CHANNEL='$CHANNEL'
CUSTOM_CHANNELS={}
EOL
fi

Expand Down

0 comments on commit 473e145

Please sign in to comment.