Skip to content

Commit

Permalink
build: Rename testnet conf files to TARGETd_kairos.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
blukat29 committed Jul 3, 2024
1 parent 10f1388 commit 6184ce3
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/package-tar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ if [ ! -z "$DAEMON" ]; then
mkdir -p ${PACK_NAME}/conf
CONF_FILE=build/packaging/linux/conf/${TARGET}d.conf
if [ ! -z "$TESTNET" ]; then
TESTNET_CONF_FILE=build/packaging/linux/conf/${TARGET}d_baobab.conf # TODO: rename to _kairos
TESTNET_CONF_FILE=build/packaging/linux/conf/${TARGET}d_kairos.conf
if [ -e "$TESTNET_CONF_FILE" ]; then
CONF_FILE=$TESTNET_CONF_FILE
else
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6184ce3

Please sign in to comment.