Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 05cea4c

Browse files
committed
dedup
1 parent 260f5ed commit 05cea4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

multinode-demo/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ tune_networking() {
119119

120120
SOLANA_CONFIG_DIR=${SNAP_DATA:-$PWD}/config
121121
SOLANA_CONFIG_PRIVATE_DIR=${SNAP_DATA:-$PWD}/config-private
122-
SOLANA_CONFIG_CLIENT_DIR=${SNAP_USER_DATA:-$PWD}/config-client-client
122+
SOLANA_CONFIG_CLIENT_DIR=${SNAP_USER_DATA:-$PWD}/config-client
123123

124124
rsync_url() { # adds the 'rsync://` prefix to URLs that need it
125125
declare url="$1"

0 commit comments

Comments
 (0)