Add files via upload

Updates for Scalr
This commit is contained in:
Hass_SEA 2017-12-16 14:34:34 -08:00 committed by GitHub
parent 013415bbfc
commit 9ee7f1eb96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -17,7 +17,7 @@ import (
"text/template"
"time"
"github.com/adnanh/webhook/hook"
"github.com/hassanbabaie/webhook/hook"
)
func TestStaticParams(t *testing.T) {