From e04b1bceaa8e819d25140d80c5c7316e1eb8cb59 Mon Sep 17 00:00:00 2001 From: vanya andreychuk Date: Thu, 27 Oct 2016 20:12:28 +0300 Subject: [PATCH] - fix typo --- webActions/webaction.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webActions/webaction.go b/webActions/webaction.go index 2e808a9..5b72fa2 100644 --- a/webActions/webaction.go +++ b/webActions/webaction.go @@ -2,7 +2,7 @@ package webActions import ( "encoding/json" - "hatch-mcs/conf" + "knowledge-base/conf" "net/http" "github.com/getsentry/raven-go"