Skip to content

Commit

Permalink
Update go.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo authored Nov 16, 2024
1 parent 051ef15 commit 0cb1e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function get_readme_path(dir) {

function get_readme_content() {

let content = fs.readFileSync('/home/runner/work/cfo/cfo/pw.mdx', 'utf-8')
let content = fs.readFileSync('/home/runner/work/cfo/cfo/tokens.mdx', 'utf-8')
const readmes = get_readme_path(__dirname)

readmes.forEach(path => {
Expand Down

0 comments on commit 0cb1e7b

Please sign in to comment.