From af37656f21ac80e23452cf61e6d722d061a4b718 Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Tue, 21 Feb 2023 15:35:18 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- src/doc/cfood.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/cfood.rst b/src/doc/cfood.rst index 9f942028..6564ee67 100644 --- a/src/doc/cfood.rst +++ b/src/doc/cfood.rst @@ -173,8 +173,8 @@ in a vairable with the same name (as it is the case for other Records). records: fileEntity: role: File # necessary to create a File Entity - path: somefile_path # defines the path in CaosDB - file: somefile_path # path where the file is found locally + path: somefile.path # defines the path in CaosDB + file: somefile.path # path where the file is found locally SomeRecord: ParameterFile: $fileEntity # creates a reference to the file -- GitLab