This is an automated email from the ASF dual-hosted git repository.
dubeejw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-cli.git
The following commit(s) were added to refs/heads/master by this push:
new c3f054f Remove extra slashes. Otherwise generates possible malformed
+build comment error. (#302)
c3f054f is described below
commit c3f054f23c0968d1350b8b006dd992b93ffcc475
Author: rodric rabbah <[email protected]>
AuthorDate: Mon May 21 23:35:09 2018 -0400
Remove extra slashes. Otherwise generates possible malformed +build comment
error. (#302)
---
commands/util_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/commands/util_test.go b/commands/util_test.go
index afdba35..4e5341a 100644
--- a/commands/util_test.go
+++ b/commands/util_test.go
@@ -1,4 +1,4 @@
-//// +build unit
+// +build unit
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
--
To stop receiving notification emails like this one, please contact
[email protected].