We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2247c commit 48224b8Copy full SHA for 48224b8
pkg/operator/workloads/errors.go
@@ -89,7 +89,7 @@ func ErrorMoreThanOneWorkflow() error {
89
func ErrorCortexInstallationBroken() error {
90
return Error{
91
Kind: ErrCortexInstallationBroken,
92
- message: "cortex is out of date, or not installed properly on your cluster; run `./cortex.sh update`",
+ message: "cortex is out of date, or not installed properly on your cluster; run `./path/to/cortex.sh update`",
93
}
94
95
0 commit comments