Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the docker_compose options parameter position #378

Merged
merged 1 commit into from
Nov 27, 2018
Merged

Fix the docker_compose options parameter position #378

merged 1 commit into from
Nov 27, 2018

Conversation

FlorentPoinsaut
Copy link
Contributor

This fix move the potion of docker-compose options from this:
/usr/local/bin/docker-compose -p --project-directory /path name up -d --remove-orphans
to this:
/usr/local/bin/docker-compose -p name --project-directory /path up -d --remove-orphans

@davejrt
Copy link
Contributor

davejrt commented Nov 27, 2018

LGTM

@davejrt davejrt merged commit 3dc37d0 into puppetlabs:master Nov 27, 2018
@davejrt davejrt added this to the 3.2.0 milestone Jan 10, 2019
@kperry42
Copy link

I was just perusing the code, and happened to notice ... this PR fixes the args array ordering on one line of the affected file, but there are five more instances of the exact same bug later on in the file, which also (still!) need fixing. All occurrences of "insert(2, ..." should be "insert(3, ".

@awegmann
Copy link
Contributor

awegmann commented Jul 8, 2020

Encountered the same problem.

awegmann added a commit to awegmann/puppetlabs-docker that referenced this pull request Jul 8, 2020
…petlabs#378'

The fix done in 2018 was not complete. There were five more code lines which inserted the optional parameters at the wrong position.
@FlorentPoinsaut FlorentPoinsaut deleted the patch-1 branch July 14, 2020 14:40
daianamezdrea added a commit that referenced this pull request Jul 16, 2020
Fixing the fix 'Fix the docker_compose options parameter position #378'
rbelnap pushed a commit to rbelnap/puppetlabs-docker that referenced this pull request Oct 19, 2020
…petlabs#378'

The fix done in 2018 was not complete. There were five more code lines which inserted the optional parameters at the wrong position.
@Ramesh7 Ramesh7 added the bugfix label Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants