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

Make File for slack bot has Tab/Spaces Issue #29

Open
MushuEE opened this issue Oct 16, 2019 · 0 comments
Open

Make File for slack bot has Tab/Spaces Issue #29

MushuEE opened this issue Oct 16, 2019 · 0 comments

Comments

@MushuEE
Copy link

MushuEE commented Oct 16, 2019

[***]$ make slack
Makefile:4: *** missing separator (did you mean TAB instead of 8 spaces?).  Stop.
diff --git a/incubator/slack/Makefile b/incubator/slack/Makefile
index d833c4f..0ffe1c2 100644
--- a/incubator/slack/Makefile
+++ b/incubator/slack/Makefile
@@ -1,4 +1,4 @@
 slack:
        kubeless function deploy slack --runtime python2.7 --handler bot.handler --from-file bot.py --dependencies requirements.txt
 events:
-        kubeless function deploy k8s-events --trigger-topic k8s --from-file botevents.py --handler botevents.handler --runtime python2.7 --dependencies requirements.txt
+       kubeless function deploy k8s-events --trigger-topic k8s --from-file botevents.py --handler botevents.handler --runtime python2.7 --dependencies requirements.txt
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant