Skip to content

Commit

Permalink
refactor(as-a-library): change comment with default path repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lasiar authored and Stebalien committed Aug 3, 2021
1 parent da0afea commit d00e965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/go-ipfs-as-a-library/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func main() {
fmt.Println("Spawning node on default repo")
ipfs, err := spawnDefault(ctx)
if err != nil {
fmt.Println("No IPFS repo available on the default path")
panic(fmt.Errorf("failed to spawnDefault node: %s", err))
}
*/

Expand Down

0 comments on commit d00e965

Please sign in to comment.