Method: Specinfra::Command::Arch::Base::Package.sync_repos
- Defined in:
- lib/specinfra/command/arch/base/package.rb
permalink .sync_repos ⇒ Object
Should this method be here or not ?
22 23 24 |
# File 'lib/specinfra/command/arch/base/package.rb', line 22 def sync_repos "pacman -Syy" end |