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

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

@MushuEE

Description

@MushuEE
[***]$ 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions