fix: crane

This commit is contained in:
Elijah McMorris 2024-08-29 21:49:35 -07:00
parent 53e3ffe0dd
commit 6dcb9fd043
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
9 changed files with 166 additions and 148 deletions

View file

@ -65,7 +65,7 @@ pub enum CreateVersion {
Single,
#[default]
Bulk,
/// must create a filter.surql file in the root directory
/// must create a filter.surql file in the data directory
BulkFilter,
}
```