Skip to content

Commit ed2b4fd

Browse files
committed
fix: path
1 parent de167e1 commit ed2b4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/aggregation_mode/config_file.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ prompt_and_replace "<private_key_store_path>" "ECDSA Private Key Store Path (~/.
4848
prompt_and_replace "<private_key_store_password>" "ECDSA Private Key Store Password"
4949

5050
# Create destination directory if it doesn't exist
51-
mkdir -p /home/user/config
51+
mkdir -p $HOME/config
5252

5353
# Copy the completed file to destination
5454
cp "$TEMP_FILE" "$OUTPUT_FILE"

0 commit comments

Comments
 (0)