Skip to content

Commit

Permalink
last function name change
Browse files Browse the repository at this point in the history
  • Loading branch information
MilapNaik committed Feb 6, 2024
1 parent 096d23a commit dfd1e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/GetDeviceInfoCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export class GetDeviceInfoCommand {
const outputPath = await rokuDeploy.getDeviceInfo({
host: args.host
});
console.log(util.printObjectToTable(outputPath));
console.log(util.objectToTableString(outputPath));
}
}

0 comments on commit dfd1e24

Please sign in to comment.