Skip to content

Commit

Permalink
fix go.mod module name for go install
Browse files Browse the repository at this point in the history
  • Loading branch information
Doherty, Rory committed Apr 16, 2021
1 parent 01b9809 commit c7f72d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .promu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ go:
version: 1.14.1
cgo: true
repository:
path: github.com/adhocteam/script_exporter
path: github.com/useful-devops-tools/script_exporter
build:
flags: -a -tags 'netgo static_build'
ldflags: |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/adhocteam/script_exporter
module github.com/useful-devops-tools/script_exporter

go 1.14

Expand Down

0 comments on commit c7f72d2

Please sign in to comment.