Skip to content

Commit eb8ed3c

Browse files
committed
Use absolute data directory in sessionspaces
1 parent eb04c16 commit eb8ed3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sessionspaces/src/resources/config_maps.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub async fn create_configmap(
4343
| I19_1 | I19_2 | I20 | I20_1 | I21 | I22 | I23 | I24 | K11 | M01 | M02 | M03 | M04
4444
| M05 | M06 | M07 | M08 | M10 | M11 | M12 | M13 | M14 | P02 | P29 | P32 | P33 | P38
4545
| P45 | P99 | S01 | S02 | S03 | S04 => Some(PathBuf::from_iter([
46-
"dls",
46+
"/dls",
4747
&session.instrument.to_string(),
4848
"data",
4949
&session.start_date.year().to_string(),

0 commit comments

Comments
 (0)