Skip to content

Commit

Permalink
Attempt to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
fmacleal committed Jul 3, 2024
1 parent bb9b23a commit 3707b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/images/rit-local-configs/regtest-all-keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const nodeIds = [

const generateFedConfig = (i) => {
nodeIndex = i + 1
logbackFile: `${federatesLogbackPath}/logback-fed.xml`,
logbackFile: `${federatesLogbackPath}/logback-fed-${nodeIndex}.xml`,
classpath: classpath,
configFile: `${nodesConfigPath}/rsk-reg-${nodeIndex}.conf`,
publicKeys: publicKeys[i],
Expand Down

0 comments on commit 3707b3d

Please sign in to comment.