Skip to content

Commit

Permalink
remove duplicated word
Browse files Browse the repository at this point in the history
  • Loading branch information
naferx committed May 22, 2024
1 parent 4c6571d commit b0bd48b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ public class KubernetesConfigOptions {
.booleanType()
.defaultValue(false)
.withDescription(
"Enables uploading 'local://' schemed artifacts to DFS before the the application cluster deployment.");
"Enables uploading 'local://' schemed artifacts to DFS before the application cluster deployment.");

public static final ConfigOption<Boolean> LOCAL_UPLOAD_OVERWRITE =
ConfigOptions.key("kubernetes.artifacts.local-upload-overwrite")
Expand Down

0 comments on commit b0bd48b

Please sign in to comment.