summaryrefslogtreecommitdiff
path: root/modules/remote-filesystem/examples/remote_write_file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/remote-filesystem/examples/remote_write_file.cpp')
-rw-r--r--modules/remote-filesystem/examples/remote_write_file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/remote-filesystem/examples/remote_write_file.cpp b/modules/remote-filesystem/examples/remote_write_file.cpp
index 6ec1586..6a2410e 100644
--- a/modules/remote-filesystem/examples/remote_write_file.cpp
+++ b/modules/remote-filesystem/examples/remote_write_file.cpp
@@ -18,7 +18,7 @@ int main(){
remote<rmt::File> file_remote;
- auto eo_addr = file_remote.parse_address("./example_file");
+ auto eo_addr = file_remote.parse_address("./example_file.kelsimple");
if(eo_addr.is_error()){
return 1;
}