Skip to content

Commit bed929e

Browse files
committed
pre-commit fix
1 parent ff025d4 commit bed929e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ volumeMounts:
10351035
- mountPath: /stackable/gitssh-0
10361036
name: ssh-keys-info-0
10371037
"#,
1038-
serde_yaml::to_string(&git_sync_resources.git_sync_containers.get(0)).unwrap()
1038+
serde_yaml::to_string(&git_sync_resources.git_sync_containers.first()).unwrap()
10391039
);
10401040

10411041
assert_eq!(1, git_sync_resources.git_sync_init_containers.len());

0 commit comments

Comments
 (0)