Skip to content

Commit

Permalink
bootstrap: update default config path
Browse files Browse the repository at this point in the history
  • Loading branch information
maxux committed Mar 18, 2021
1 parent c8909e0 commit 199251b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/bootstrap.v
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ fn main() {
mut resources := Resources{
zflist: "https://github.com/threefoldtech/0-flist/releases/download/v2.0.1/zflist-2.0.1-amd64-linux-gnu",
zdbfs: "https://hub.grid.tf/maxux42.3bot/zdbfs-0.1.3-linux-gnu.flist",
zstor: "https://raw.githubusercontent.com/threefoldtech/quantum-storage/master/zstor-sample-ipv4.toml",
zstor: "https://raw.githubusercontent.com/threefoldtech/quantum-storage/master/config/zstor-sample-ipv4.toml",
}

home := os.getenv("HOME")
Expand Down

0 comments on commit 199251b

Please sign in to comment.