You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return"The following experiment(s) are already completed: "+strings.Join(e.ExperimentNames, ", ") +". Please remove any completed experiments, as setting them no longer does anything. For a list of all ongoing experiments, and the outcomes of previous experiments, see https://terragrunt.gruntwork.io/docs/reference/experiment-mode"
125
+
return"The following experiment(s) are already completed: "+strings.Join(e.ExperimentNames, ", ") +". Please remove any completed experiments, as setting them no longer does anything. For a list of all ongoing experiments, and the outcomes of previous experiments, see https://terragrunt.gruntwork.io/docs/reference/experiments/"
126
126
}
127
127
128
128
// InvalidExperimentsError is an error that is returned when an invalid experiments are requested.
@@ -131,7 +131,7 @@ type InvalidExperimentsError struct {
131
131
}
132
132
133
133
func (eInvalidExperimentsError) Error() string {
134
-
return"The following experiment(s) are invalid: "+strings.Join(e.ExperimentNames, ", ") +". For a list of all valid experiments, see https://terragrunt.gruntwork.io/docs/reference/experiment-mode"
134
+
return"The following experiment(s) are invalid: "+strings.Join(e.ExperimentNames, ", ") +". For a list of all valid experiments, see https://terragrunt.gruntwork.io/docs/reference/experiments/"
135
135
}
136
136
137
137
// Evaluate returns true if either the experiment is enabled, or experiment mode is enabled.
expectedWarning: "The following experiment(s) are already completed: symlinks. Please remove any completed experiments, as setting them no longer does anything. For a list of all ongoing experiments, and the outcomes of previous experiments, see https://terragrunt.gruntwork.io/docs/reference/experiment-mode",
53
+
expectedWarning: "The following experiment(s) are already completed: symlinks. Please remove any completed experiments, as setting them no longer does anything. For a list of all ongoing experiments, and the outcomes of previous experiments, see https://terragrunt.gruntwork.io/docs/reference/experiments/",
expectedWarning: "The following experiment(s) are already completed: symlinks. Please remove any completed experiments, as setting them no longer does anything. For a list of all ongoing experiments, and the outcomes of previous experiments, see https://terragrunt.gruntwork.io/docs/reference/experiment-mode",
65
+
expectedWarning: "The following experiment(s) are already completed: symlinks. Please remove any completed experiments, as setting them no longer does anything. For a list of all ongoing experiments, and the outcomes of previous experiments, see https://terragrunt.gruntwork.io/docs/reference/experiments/",
0 commit comments