Skip to content

Commit

Permalink
Fix output var name.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Nov 15, 2024
1 parent cda9fec commit 738242d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/stellar_cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ${fullHelpDocsContent}

fs.writeFileSync(
"src/helpers/stellarCli.ts",
`export const stellarCliVersion = "${latestVersion}";`,
`export const latestVersion = "${latestVersion}";`,
);

fs.writeFileSync(
Expand Down

0 comments on commit 738242d

Please sign in to comment.