Skip to content

Commit

Permalink
Updated package to reflect the right repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Hernandez committed May 12, 2021
1 parent 252d5c9 commit 6b2083d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/robertsandoval/ocp4-helpernode
module github.com/RedHatOfficial/ocp4-helpernode

go 1.14
go 1.16

require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
Expand Down
2 changes: 1 addition & 1 deletion helpernodectl.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.
package main

import (
"github.com/robertsandoval/ocp4-helpernode/cmd"
"github.com/RedHatOfficial/ocp4-helpernode/cmd"
)

func main() {
Expand Down

0 comments on commit 6b2083d

Please sign in to comment.