Method: Specinfra::Command::Base::File.change_mode

Defined in:
lib/specinfra/command/base/file.rb

.change_mode(file, mode) ⇒ Object


140
141
142
# File 'lib/specinfra/command/base/file.rb', line 140

def change_mode(file, mode)
  "chmod #{mode} #{escape(file)}"
end