Skip to content

Commit

Permalink
fix(packages): correct dolos socket file
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 committed May 30, 2024
1 parent c284afb commit 4982561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dolos/dolos-0.9.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ outputs:
value: 'localhost:{{ index (index .Ports "dolos") "30013" }}'
- name: socket-path
description: Path to the Dolos Ouroboros Node-to-Client UNIX socket
value: '{{ .Paths.ContextDir }}/dolos-ipc/node.socket'
value: '{{ .Paths.ContextDir }}/dolos-ipc/dolos.socket'
tags:
- docker
- linux
Expand Down

0 comments on commit 4982561

Please sign in to comment.