You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some typos in the strings, comments used in code.
The ones I found are:
u;rl instead of url in line 286 of ./operator/gke.go
mangers instead of managers in line 45 of ./operator/instance_group.go
fucntion instead of function in line 41 of ./scheduler.go
There is also a typo in the CircleCI directory which should be named .circleci instead of .circleic.
Also the error not found project variable is not really correct grammatically and should be project variable not found instead.
The text was updated successfully, but these errors were encountered:
Describe the bug
There are some typos in the strings, comments used in code.
The ones I found are:
u;rl
instead ofurl
in line 286 of./operator/gke.go
mangers
instead ofmanagers
in line 45 of./operator/instance_group.go
fucntion
instead offunction
in line 41 of./scheduler.go
There is also a typo in the CircleCI directory which should be named
.circleci
instead of.circleic
.Also the error
not found project variable
is not really correct grammatically and should beproject variable not found
instead.The text was updated successfully, but these errors were encountered: