From 9ee7f1eb96cd7bcd589de64c4c83783481ad6661 Mon Sep 17 00:00:00 2001 From: Hass_SEA Date: Sat, 16 Dec 2017 14:34:34 -0800 Subject: [PATCH] Add files via upload Updates for Scalr --- webhook.go | 2 +- webhook_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webhook.go b/webhook.go index fd3ce1d..d323027 100644 --- a/webhook.go +++ b/webhook.go @@ -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) diff --git a/webhook_test.go b/webhook_test.go index 4373b16..4b2ff88 100644 --- a/webhook_test.go +++ b/webhook_test.go @@ -17,7 +17,7 @@ import ( "text/template" "time" - "github.com/adnanh/webhook/hook" + "github.com/hassanbabaie/webhook/hook" ) func TestStaticParams(t *testing.T) {