Skip to content

Commit

Permalink
Update src/commands/node/tasks.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jeromy Cannon <jeromy@swirldslabs.com>
Signed-off-by: JeffreyDallas <39912573+JeffreyDallas@users.noreply.github.com>
  • Loading branch information
JeffreyDallas and jeromy-cannon authored Nov 22, 2024
1 parent f8a4506 commit 073c690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/node/tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ export class NodeCommandTasks {
const config = ctx.config

const zipFile = config.stateFile
this.logger.debug(`zip file: ${zipFile}`)
self.logger.debug(`zip file: ${zipFile}`)
for (const nodeAlias of ctx.config.nodeAliases) {
const podName = ctx.config.podNames[nodeAlias]
this.logger.debug(`Uploading state files to pod ${podName}`)
Expand Down

0 comments on commit 073c690

Please sign in to comment.