Skip to content

Commit

Permalink
Fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO committed Feb 7, 2024
1 parent 196f83c commit 9713914
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static final class Builder {

private Builder() {}

private Builder withKubeConfigPath(String kubeConfigPath) {
public Builder withKubeConfigPath(String kubeConfigPath) {
this.kubeConfigPath = kubeConfigPath;
return this;
}
Expand Down

0 comments on commit 9713914

Please sign in to comment.