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
|
||||
setupSignals()
|
||||
|
||||
// load and parse hooks
|
||||
// load and parse hooks hass edit
|
||||
for _, hooksFilePath := range hooksFiles {
|
||||
log.Printf("attempting to load hooks from %s\n", hooksFilePath)
|
||||
|
||||
|
@ -17,7 +17,7 @@ import (
|
||||
"text/template"
|
||||
"time"
|
||||
|
||||
"github.com/adnanh/webhook/hook"
|
||||
"github.com/hassanbabaie/webhook/hook"
|
||||
)
|
||||
|
||||
func TestStaticParams(t *testing.T) {
|
||||
|
Loading…
Reference in New Issue
Block a user