Add files via upload
Updates for Scalr
This commit is contained in:
parent
013415bbfc
commit
9ee7f1eb96
@ -94,7 +94,7 @@ func main() {
|
|||||||
// set os signal watcher
|
// set os signal watcher
|
||||||
setupSignals()
|
setupSignals()
|
||||||
|
|
||||||
// load and parse hooks
|
// load and parse hooks hass edit
|
||||||
for _, hooksFilePath := range hooksFiles {
|
for _, hooksFilePath := range hooksFiles {
|
||||||
log.Printf("attempting to load hooks from %s\n", hooksFilePath)
|
log.Printf("attempting to load hooks from %s\n", hooksFilePath)
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ import (
|
|||||||
"text/template"
|
"text/template"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/adnanh/webhook/hook"
|
"github.com/hassanbabaie/webhook/hook"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestStaticParams(t *testing.T) {
|
func TestStaticParams(t *testing.T) {
|
||||||
|
Loading…
Reference in New Issue
Block a user