Skip to content

Commit 48224b8

Browse files
committed
Update installation error message
1 parent 1f2247c commit 48224b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/operator/workloads/errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func ErrorMoreThanOneWorkflow() error {
8989
func ErrorCortexInstallationBroken() error {
9090
return Error{
9191
Kind: ErrCortexInstallationBroken,
92-
message: "cortex is out of date, or not installed properly on your cluster; run `./cortex.sh update`",
92+
message: "cortex is out of date, or not installed properly on your cluster; run `./path/to/cortex.sh update`",
9393
}
9494
}
9595

0 commit comments

Comments
 (0)