commit | bedd250875f61bd17b689260c6bbca24b6890024 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Mar 25 08:44:18 2020 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Mar 25 08:45:35 2020 -0700 |
tree | fd3c22d8af78dbc1980935f1dd241a61dae73a50 | |
parent | da7758b7a68c3597e60b1c40b0f3efc8f100984f [diff] |
Docker build back to working state Change-Id: I20d22cd6f1fa6eb9112e4e40b79e1567acb86e93
diff --git a/cmd/openonu.go b/cmd/openonu.go index f1dd71e..f036d68 100644 --- a/cmd/openonu.go +++ b/cmd/openonu.go
@@ -14,7 +14,7 @@ * limitations under the License. */ -package cmd +package main import "log"
diff --git a/cmd/openonu_test.go b/cmd/openonu_test.go index 7e3ac89..1e795dc 100644 --- a/cmd/openonu_test.go +++ b/cmd/openonu_test.go
@@ -14,7 +14,7 @@ * limitations under the License. */ -package cmd +package main import ( "testing"