We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a175586 commit 723ac48Copy full SHA for 723ac48
1 file changed
internal/crusoe/nfs_flag.go
@@ -13,7 +13,7 @@ import (
13
14
const (
15
nfsFlagRouteTemplate = "%s/projects/%s/storage/nfs/is-using-nfs"
16
- vastUseSecondaryClusterFlagRouteTemplate = "%s/projects/%s/storage/nfs/vast-use-secondary-cluster"
+ vastUseSecondaryClusterFlagRouteTemplate = "%s/projects/%s/storage/nfs/is-using-secondary-cluster"
17
DEBUG = 8
18
)
19
0 commit comments