Skip to content

Commit a83cc0a

Browse files
Actually get relative path, don't use filenme
1 parent 64286b2 commit a83cc0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CSync/Lib/SyncedEntryBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public void SetSerializedValueOverride(string value)
2323
}
2424

2525
internal SyncedEntryDelta ToDelta() => new SyncedEntryDelta(
26-
configFileRelativePath: Path.GetFileName(BoxedEntry.ConfigFile.ConfigFilePath),
26+
configFileRelativePath: BoxedEntry.ConfigFile.GetConfigFileRelativePath(),
2727
definition: BoxedEntry.Definition.ToSynced(),
2828
serializedValue: BoxedEntry.GetSerializedValue()
2929
);

0 commit comments

Comments
 (0)