Skip to content

Commit 9f2afaf

Browse files
authored
Update recreate.sh
1 parent 1a19aac commit 9f2afaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recreate.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ rm -rf pkg/webhook pkg/foghorn pkg/keeper pkg/plugins/*/*
2121

2222
if [[ "$OSTYPE" == "darwin"* ]]; then
2323
find pkg/ -type f -exec sed -i "" 's,github.com/jenkins-x/lighthouse,github.com/jenkins-x/lighthouse-client,g' {} \;
24-
#sed -i "" 's,github.com/jenkins-x/lighthouse,github.com/jenkins-x/lighthouse-client,g' go.*
24+
sed -i "" 's,github.com/jenkins-x/lighthouse,github.com/jenkins-x/lighthouse-client,g' go.*
2525
else
2626
find pkg/ -type f -exec sed -i 's,github.com/jenkins-x/lighthouse,github.com/jenkins-x/lighthouse-client,g' {} \;
27-
#sed -i 's,github.com/jenkins-x/lighthouse,github.com/jenkins-x/lighthouse-client,g' go.*
27+
sed -i 's,github.com/jenkins-x/lighthouse,github.com/jenkins-x/lighthouse-client,g' go.*
2828
fi
2929

3030
go mod tidy

0 commit comments

Comments
 (0)