Skip to content

Commit

Permalink
Merge pull request #474 from FlorianDr/master
Browse files Browse the repository at this point in the history
Updating the stack start note
  • Loading branch information
EugenMayer committed Oct 20, 2017
2 parents 1fa207a + 0343081 commit 8c74a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/stack/stack.thor
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Stack < Thor
exit(1)
end

say_status 'note:', 'You can also run docker-sync in the background with docker-sync --daemon'
say_status 'note:', 'You can also run docker-sync in the background with docker-sync start'

@sync_manager = DockerSync::SyncManager.new(config: config)
@sync_manager.run(options[:sync_name])
Expand Down

0 comments on commit 8c74a2b

Please sign in to comment.