Skip to content

Commit 613e58d

Browse files
Rephrase the comment for GitSync::git_folder
1 parent 5d7a007 commit 613e58d

File tree

1 file changed

+1
-1
lines changed
  • crates/stackable-operator/src/crd/git_sync

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub mod versioned {
2727
#[serde(default = "GitSync::default_branch")]
2828
pub branch: String,
2929

30-
/// The location of the DAG folder, relative to the synced repository root.
30+
/// Location in the Git repository containing the resource.
3131
///
3232
/// It can optionally start with `/`, however, no trailing slash is recommended.
3333
/// An empty string (``) or slash (`/`) corresponds to the root folder in Git.

0 commit comments

Comments
 (0)