Skip to content

Commit 6531820

Browse files
adwk67razvan
andauthored
Update crates/stackable-operator/src/crd/git_sync/v1alpha2_impl.rs
Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com>
1 parent 88e2213 commit 6531820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/stackable-operator/src/crd/git_sync/v1alpha2_impl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ impl GitSyncResources {
175175
git_sync_container_volume_mounts.push(ssh_volume_mount);
176176
}
177177

178-
// Check tls/scheme compatability early
178+
// Check tls/scheme compatibility early
179179
let scheme = git_sync.repo.scheme();
180180
let ca_cert_path = match &git_sync.tls.tls {
181181
Some(tls) => {

0 commit comments

Comments
 (0)