Skip to content

Commit

Permalink
Undo accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
justheuristic authored Nov 14, 2023
1 parent 661e202 commit 31405d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identity.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

func ReadIdentity(path string) (crypto.PrivKey, error) {
bytes, err := os.ReadFile(path)
bytes, err := ioutil.ReadFile(path)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 31405d6

Please sign in to comment.