From 80087f76386e5ba01c0da99d8e62724f1e7f2211 Mon Sep 17 00:00:00 2001 From: Alexander Kreft <akreft@trineo.org> Date: Thu, 26 Aug 2021 13:06:48 +0000 Subject: [PATCH] MAINT: set_file_path to set_remote_path --- src/CaosDB.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CaosDB.jl b/src/CaosDB.jl index 224c48e..a3812ea 100644 --- a/src/CaosDB.jl +++ b/src/CaosDB.jl @@ -77,7 +77,7 @@ export append_parent, set_value, set_importance, set_local_path, - set_file_path + set_remote_path # helper functions export has_errors, has_warnings -- GitLab