Skip to content

Commit

Permalink
Renaming to CIMP
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Zhernosenko committed Jan 28, 2021
1 parent 19cd0b3 commit ab2cd6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# consul-importer
# cimp
Importer of configs from file to consul KV
2 changes: 1 addition & 1 deletion cmd/cimp/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"flag"
"path/filepath"

"github.com/humans-group/consul-importer/lib/cimp"
"github.com/humans-group/cimp/lib/cimp"
)

func main() {
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/humans-group/consul-importer
module github.com/humans-group/cimp

go 1.15

Expand Down

0 comments on commit ab2cd6d

Please sign in to comment.