fix: more colons after variables found.

cd owncloud/ocis/services
vi $(grep -l -r '[A-Z][A-Z][A-Z]:/')
This commit is contained in:
Juergen Weigert
2024-10-02 09:09:47 +02:00
committed by Martin Mattel
parent 33f5ed9035
commit 0d719a7c72
16 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ type Config struct {
// FileSystemStorage defines the available filesystem storage configuration.
type FileSystemStorage struct {
RootDirectory string `yaml:"root_directory" env:"THUMBNAILS_FILESYSTEMSTORAGE_ROOT" desc:"The directory where the filesystem storage will store the thumbnails. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH:/thumbnails." introductionVersion:"pre5.0"`
RootDirectory string `yaml:"root_directory" env:"THUMBNAILS_FILESYSTEMSTORAGE_ROOT" desc:"The directory where the filesystem storage will store the thumbnails. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH/thumbnails." introductionVersion:"pre5.0"`
}
// Thumbnail defines the available thumbnail related configuration.