Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
docs: fix in offline mode explanation (#127)
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Mészáros <[email protected]>
  • Loading branch information
csviri authored Nov 16, 2023
1 parent 8330a65 commit 45aaf80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class KubeAPIServerConfig {
private final String apiServerVersion;

/**
* If true, tries to download binaries. If the apiServerVersion is not set and some local binaries
* If true, does not download binaries. If the apiServerVersion is not set and some local binaries
* found won't try to download them again.
*/
private final boolean offlineMode;
Expand Down

0 comments on commit 45aaf80

Please sign in to comment.