You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2017/09/01 15:04:17 UTC

[49/50] qpid-proton git commit: NO-JIRA: Fix typo

NO-JIRA: Fix typo


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/cf38e3d3
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/cf38e3d3
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/cf38e3d3

Branch: refs/heads/go1
Commit: cf38e3d3af97c8f657f834f5397a95a8e878a03c
Parents: 35191b8
Author: Andrew Stitcher <as...@apache.org>
Authored: Thu Aug 31 17:24:48 2017 -0400
Committer: Andrew Stitcher <as...@apache.org>
Committed: Thu Aug 31 17:24:48 2017 -0400

----------------------------------------------------------------------
 proton-c/bindings/go/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/cf38e3d3/proton-c/bindings/go/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/proton-c/bindings/go/CMakeLists.txt b/proton-c/bindings/go/CMakeLists.txt
index 9c44a5a..7f814b9 100644
--- a/proton-c/bindings/go/CMakeLists.txt
+++ b/proton-c/bindings/go/CMakeLists.txt
@@ -57,7 +57,7 @@ set(GO_TEST ${GO} test ${GO_BUILD_FLAGS} ${GO_RPATH_FLAGS} ${GO_TEST_FLAGS} CACH
 # CMake so just run them every time, they do nothing if nothing needs to be
 # done.
 add_custom_target(go-build ALL
-  COMMAND ${GO_INSTALL} qpid.aspache.org/...
+  COMMAND ${GO_INSTALL} qpid.apache.org/...
   DEPENDS qpid-proton-core
   WORKING_DIRECTORY $ENV{PWD})
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org