Skip to content

Commit

Permalink
[Core] Fix #565 (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
pk5ls20 authored Aug 28, 2024
1 parent aa7ca60 commit ef62e57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ protected override bool Build(GroupFSUploadEvent input, BotKeystore keystore, Bo
AppId = 7,
BusId = 102,
Entrance = 6,
TargetDirectory = "/",
TargetDirectory = input.TargetDirectory,
FileName = input.Entity.FileName,
LocalDirectory = $"/{input.Entity.FileName}",
FileSize = input.Entity.FileSize,
Expand Down

0 comments on commit ef62e57

Please sign in to comment.