You are here

function drush_strongarm_revert in Strongarm 7.2

Same name and namespace in other branches
  1. 6.2 strongarm.drush.inc \drush_strongarm_revert()

Command callback for strongarm_revert.

File

./strongarm.drush.inc, line 23

Code

function drush_strongarm_revert() {
  _drush_strongarm_revert(drush_get_option('force', FALSE));
  drush_log('Pushed variables from code to the database.', 'success');
}