mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-16 03:30:10 +00:00
chore(v2): move to new org (#3499)
* chore: move to new org * logging * fix: org rename caos -> zitadel Co-authored-by: adlerhurst <silvan.reusser@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module github.com/caos/zitadel/tools
|
||||
module github.com/zitadel/zitadel/tools
|
||||
|
||||
go 1.15
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
set -eux
|
||||
|
||||
cd $GOPATH/src/github.com/caos/zitadel/tools
|
||||
cd $GOPATH/src/github.com/zitadel/zitadel/tools
|
||||
for imp in `cat tools.go | grep "_" | sed -E "s/_ \"(.*.+)\"/\1/g"`; do
|
||||
echo "installing $imp"
|
||||
go install $imp
|
||||
|
Reference in New Issue
Block a user