Skip to content

Commit c4df441

Browse files
committed
v1.0.9
- Bugfix for Cloud Collection with path
1 parent 0742e43 commit c4df441

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CLARiNET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackageIcon>CLARiNET.ico</PackageIcon>
88
<PackageIconUrl />
99
<ApplicationIcon>CLARiNET.ico</ApplicationIcon>
10-
<Version>1.0.8</Version>
10+
<Version>1.0.9</Version>
1111
</PropertyGroup>
1212

1313
<ItemGroup>

Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,13 +250,13 @@ static bool InitOptions(string[] args)
250250
switch (options.Command)
251251
{
252252
case Command.CLAR_UPLOAD:
253-
case Command.CLAR_DOWNLOAD:
254-
cloudCollection = options.Parameters;
253+
case Command.CLAR_DOWNLOAD:
255254
if (options.Command == Command.CLAR_DOWNLOAD)
256255
{
257256
searchPattern = "";
258257
options.Parameters = Path.GetFileName(Path.TrimEndingDirectorySeparator(options.Parameters));
259258
}
259+
cloudCollection = options.Parameters;
260260
break;
261261
case Command.DRIVE_UPLOAD:
262262
case Command.DRIVE_TRASH:

0 commit comments

Comments
 (0)