Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

Updated the client paths to be compatible with the mco plugin package command #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/mcollective/application/shell.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'mcollective/application/shell/watcher'
require 'mcollective/application/shell_watcher'

class MCollective::Application::Shell < MCollective::Application
description 'Run shell commands'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'mcollective/application/shell/prefix_stream_buf'
require 'mcollective/application/shell_prefix_stream_buf'

# The Watcher class is a utility class for Application::Shell#watch_these.
# It's effectively a tuple of [node, handle] to identify the command, and
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'spec_helper'
require 'mcollective/application/shell/prefix_stream_buf'
require 'mcollective/application/shell_prefix_stream_buf'

module MCollective
class Application
Expand Down
2 changes: 1 addition & 1 deletion spec/unit/mcollective/application/shell/watcher_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'spec_helper'
require 'mcollective/application/shell/watcher'
require 'mcollective/application/shell_watcher'

module MCollective
class Application
Expand Down