Method: ChefApply::TargetHost::MacOS#mkdir

Defined in:
lib/chef_apply/target_host/macos.rb

#mkdir(path) ⇒ Object



28
29
30
# File 'lib/chef_apply/target_host/macos.rb', line 28

def mkdir(path)
  run_command!("mkdir -p #{path}")
end