Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Feb 24, 2024
1 parent 7e09fd7 commit 05dce86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/initipfs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ func updateDatastorePath(ipfsCfg *IPFSConfig, newPath string) {
if ipfsCfg.Datastore.Spec.Child.Path != "" {
// Update the path to the new specified path
ipfsCfg.Datastore.Spec.Child.Path = newPath
ipfsCfg.Datastore.Spec.Child.SyncWrites = true
}
}

Expand Down

0 comments on commit 05dce86

Please sign in to comment.