Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
rukas committed Aug 16, 2021
1 parent 6011243 commit 8df8e04
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build_local.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go test -v ./...
go build -o go-librenms
cp .\go-librenms $home/go/src/ -force
cp .\* C:\Source\terraform-provider-librenms\vendor\go-librenms\ -force
go build -o librenms-go-client
cp .\librenms-go-client $home/go/src/ -force
cp .\* C:\Source\terraform-provider-librenms\vendor\librenms-go-client\ -force
2 changes: 1 addition & 1 deletion build_publish.ps1
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
go test -v ./...
go build -o go-librenms
go build -o librenms-go-client
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module go-librenms
module librenms-go-client

go 1.16

Expand Down
Binary file added librenms-go-client
Binary file not shown.

0 comments on commit 8df8e04

Please sign in to comment.