Skip to content

Commit

Permalink
Merge pull request #31 from ycvk/update_url
Browse files Browse the repository at this point in the history
update url
  • Loading branch information
ycvk authored Jul 1, 2024
2 parents 3f3254e + a68934e commit 37d7b82
Show file tree
Hide file tree
Showing 2 changed files with 246 additions and 162 deletions.
2 changes: 1 addition & 1 deletion init.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func readFile(filename string) ([]byte, error) {
}

// file exist, read it
content, err := os.ReadFile(urlPath)
content, err := os.ReadFile(filename)
if err != nil {
log.Fatal(err)
}
Expand Down
Loading

0 comments on commit 37d7b82

Please sign in to comment.