ipunkt/rancherize

Stop command uses wrong path

svensp opened this issue · 2 comments

Rancherize stop uses a double // when doing the stop command.

rancherize start local
  RUN  'docker-compose' '-p' 'PROJECT' '-f' './.rancherize/docker-compose.yml' 'up' '-d'
  RES  Command ran successfully
rancherize stop local
  RUN  'docker-compose' '-p' 'PROJECT' '-f' './.rancherize//docker-compose.yml' 'stop'
  RES  Command ran successfully

Reported by rokde

Fixed in master and going to be in 2.18.0