containers / containers/podman-compose
Typo in creating service file for "ExecStartPre=-"
Open
Beginner friendly
bug
- Dominant language
- Python
- Stars
- 6.2k
- Forks
- 622
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
podman-compose.py has in Line 2042 a bug: ("-")
ExecStartPre=-{script} up --no-start
should be
ExecStartPre={script} up --no-start
Contributor guide
Research direction
Open podman-compose.py and inspect line 2042, where the service file's ExecStartPre entry is assembled. Compare the generated entry with the wording in the issue and verify the service-file creation path; it is done when the generated line matches the requested form.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 70/100