Rename RafaySystems to RafayLabs

This commit is contained in:
Abin Simon
2022-03-24 12:42:59 +05:30
parent 78a0b0c625
commit fb4fa3781c
212 changed files with 533 additions and 533 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: Format
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
# Tests need to be fixed. https://github.com/RafaySystems/rcloud-base/issues/46
# Tests need to be fixed. https://github.com/RafayLabs/rcloud-base/issues/46
# - name: Test all
# run: go test -v ./...