Skip to content

Commit 5222eee

Browse files
committed
tryint to fix command not found error
1 parent 53829c5 commit 5222eee

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ import (
66
)
77

88
func main() {
9-
event := cfevents.NewCfEvent(myfunc.Handle)
9+
event := cfevents.NewCfEvent(hackdayfunction.Handle)
1010
event.Run()
1111
}

manifest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
22
applications:
33
- name: hackdayfunction
4-
command: ./hackdayfunction
4+
command: hackdayfunction
55
no-route: true
66
buildpack: go_buildpack
77
memory: 32MB
88
instances: 0
99
env:
10-
GOVERSION: go1.8
1110
GOPACKAGENAME: hackdayfunction

0 commit comments

Comments
 (0)