Skip to content

Commit

Permalink
preparing 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed Jul 13, 2016
1 parent 7761b8f commit 52b6572
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.12
0.0.13
4 changes: 2 additions & 2 deletions lib/docker-sync/compose.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'docker/compose'

require 'pp'
class ComposeManager
include Thor::Shell
@compose_session
Expand All @@ -25,7 +25,7 @@ def initialize(global_options)
raise("Your referenced docker-compose-dev file in docker-sync.yml was not found at #{@global_options['compose-dev-file-path']}")
end
say_status 'ok',"Found explicit docker-compose-dev.yml and using it from #{@global_options['compose-dev-file-path']}", :green
compose_files.push @global_options[path] # add
compose_files.push path # add
else
# try to find docker-compose-dev.yml
e = compose_files.to_enum
Expand Down

0 comments on commit 52b6572

Please sign in to comment.