Skip to content

Commit

Permalink
use min storage prop
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Dec 4, 2019
1 parent a45c25f commit 958c5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func install(t *testing.T, ctx *testcontext.Context, msiPath, installDir string,
t.Logf("installing from %s\n", msiPath)
logPath := ctx.File("log", "install.log")

baseArgs := msiBaseArgs
baseArgs := append(msiBaseArgs, "STORJ_MIN_STORAGE=1GB")
if installDir != "" {
baseArgs = append(baseArgs, "INSTALLFOLDER="+installDir)
}
Expand Down

0 comments on commit 958c5a6

Please sign in to comment.