diff options
author | Alexander_Kabui | 2025-01-08 18:49:54 +0300 |
---|---|---|
committer | Alexander_Kabui | 2025-01-08 18:49:54 +0300 |
commit | f8446ea8a4ff95d146d8f7c4fd155e796f08a90f (patch) | |
tree | cbfa4428fb08a011a8e7e58551f8e62750bdff91 | |
parent | 6b176fc1c54b53358a1954c594cc85eba595fe60 (diff) | |
download | gn-gemtext-f8446ea8a4ff95d146d8f7c4fd155e796f08a90f.tar.gz |
fix: add more context to the error generated.
-rw-r--r-- | issues/fix-rqtl-rm-bug.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/issues/fix-rqtl-rm-bug.gmi b/issues/fix-rqtl-rm-bug.gmi index 2809b17..f934a82 100644 --- a/issues/fix-rqtl-rm-bug.gmi +++ b/issues/fix-rqtl-rm-bug.gmi @@ -51,7 +51,7 @@ def run_process(cmd, output_file, run_id): # Process output handling goes here ``` -The error generated at the end of the `rqtl` run is: +The error generated at the end of the `rqtl` if the rm run does not exists inside the container is: ``` sh: line 1: rm: command not found |