diff --git a/src/cli-command.ts b/src/cli-command.ts index 9b71d36b..409e26c4 100644 --- a/src/cli-command.ts +++ b/src/cli-command.ts @@ -277,7 +277,7 @@ export class Command { } static isContainerStoppedOnDebug(container: string, podName: string, namespace: string): CliCommand { - return newK8sCommand('exec', '-it', '-n', namespace, '-c', container, podName, '--', 'awk \'END{print NR}\' tekton/termination'); + return newK8sCommand('exec', '-it', '-n', namespace, '-c', container, podName, '--', 'awk \'END{print NR}\' /tekton/termination'); } static debugContinue(container: string, podName: string, namespace: string): CliCommand {