Skip to content

Commit

Permalink
Revert "Update ran_command.prompt"
Browse files Browse the repository at this point in the history
This reverts commit 01a852f.
  • Loading branch information
nalbion committed Oct 8, 2023
1 parent b238c29 commit e138282
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pilot/prompts/dev_ops/ran_command.prompt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{{ additional_info }}I ran the command `{{ command }}`
{%- if exit_code is number %}, the exit code was {{ exit_code }}{% endif %} and the output was:

```
{{ cli_response }}
```

If the command was successfully executed, respond with `DONE`. If it wasn't, respond with `NEEDS_DEBUGGING`.

0 comments on commit e138282

Please sign in to comment.