This is an automated email from the ASF dual-hosted git repository.
csantanapr pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-go.git
The following commit(s) were added to refs/heads/master by this push:
new 9216555 fixes #15
9216555 is described below
commit 9216555e9c16a0d7b133881cf1277267d11bafb6
Author: Dragos Dascalita Haut <[email protected]>
AuthorDate: Tue May 1 17:25:45 2018 -0700
fixes #15
---
.travis.yml | 2 +-
build.gradle | 2 +-
main/proxy.go | 2 +-
openwhisk/_test/hello_greeting.src | 2 +-
test/src/hello_greeting.go | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index bf65ff1..8b29734 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,5 +29,5 @@ before_install:
install: true
script:
- "./tools/travis/build.sh && ./tools/travis/test.sh"
-after_failure: "cat
/home/travis/gopath/src/github.com/sciabarracom/incubator-openwhisk-runtime-go/.gogradle/reports/test/index.html"
+after_failure: "cat
/home/travis/gopath/src/github.com/apache/incubator-openwhisk-runtime-go/.gogradle/reports/test/index.html"
diff --git a/build.gradle b/build.gradle
index 776c945..8e261f0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -17,7 +17,7 @@ subprojects {
}
golang {
- packagePath = 'github.com/sciabarracom/incubator-openwhisk-runtime-go'
+ packagePath = 'github.com/apache/incubator-openwhisk-runtime-go'
}
diff --git a/main/proxy.go b/main/proxy.go
index ccf36b4..65465c9 100644
--- a/main/proxy.go
+++ b/main/proxy.go
@@ -22,7 +22,7 @@ import (
"log"
"os"
- "github.com/sciabarracom/incubator-openwhisk-runtime-go/openwhisk"
+ "github.com/apache/incubator-openwhisk-runtime-go/openwhisk"
)
// flag to enable tracing
diff --git a/openwhisk/_test/hello_greeting.src
b/openwhisk/_test/hello_greeting.src
index 24d9f2f..4163075 100644
--- a/openwhisk/_test/hello_greeting.src
+++ b/openwhisk/_test/hello_greeting.src
@@ -21,7 +21,7 @@ import (
"os"
"github.com/apache/incubator-openwhisk-client-go/whisk"
-
"github.com/sciabarracom/incubator-openwhisk-runtime-go/openwhisk/_test/action"
+
"github.com/apache/incubator-openwhisk-runtime-go/openwhisk/_test/action"
)
func main() {
diff --git a/test/src/hello_greeting.go b/test/src/hello_greeting.go
index 139abe3..8b8b02a 100644
--- a/test/src/hello_greeting.go
+++ b/test/src/hello_greeting.go
@@ -21,7 +21,7 @@ import (
"os"
"github.com/apache/incubator-openwhisk-client-go/whisk"
- "github.com/sciabarracom/incubator-openwhisk-runtime-go/test/src/action"
+ "github.com/apache/incubator-openwhisk-runtime-go/test/src/action"
)
func main() {
--
To stop receiving notification emails like this one, please contact
[email protected].