Skip to content

Commit

Permalink
chore: use cleanup command and not deprecated delete in helper message (
Browse files Browse the repository at this point in the history
  • Loading branch information
twelvemo authored Nov 21, 2024
1 parent dd63fdd commit 3166c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/mutagen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ class _MutagenMonitor extends TypedEventEmitter<MonitorEvents> {

function logMutagenDaemonWarning(log: Log) {
const daemonStopCommand = `garden util mutagen daemon stop`
const deleteEnvironmentCommand = `garden delete environment`
const deleteEnvironmentCommand = `garden cleanup namespace`
const redeploySyncCommand = `garden deploy --sync`
const killProcessesCommand = `kill -9 $(pgrep mutagen)`

Expand Down

0 comments on commit 3166c1f

Please sign in to comment.