Skip to content

Commit

Permalink
fix namedpipes url
Browse files Browse the repository at this point in the history
  • Loading branch information
volllly committed Jan 22, 2024
1 parent 7b279dd commit e0de432
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public string? LauncherServiceUri
get => WithDefault(
_launcherServiceUri,
OperatingSystem.IsWindows()
? $"net.pipe://localhost/fiskaltrust-{_cashboxId}"
? $"fiskaltrust-{_cashboxId}"
: $"/tmp/fiskaltrust-{_cashboxId}.sock"
);
set => _launcherServiceUri = value;
Expand Down

0 comments on commit e0de432

Please sign in to comment.