containers / containers/podman-compose

Typo in creating service file for "ExecStartPre=-"

Open Beginner friendly
#748 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.