3c3 < index 0000000..007e3b9 --- > index 0000000..4265c93 6c6 < @@ -0,0 +1,46 @@ --- > @@ -0,0 +1,47 @@ 15c15 < + $items['ak-clear-url'] = array( --- > + $items['akamai-clear-url'] = array( 23d22 < + 'email' => 'Email address to be used for cache clear notifications.', 39,44c38,45 < + $overrides = array( < + 'action' => drush_get_option('action'), < + 'domain' => drush_get_option('domain'), < + 'email' => drush_get_option('email'), < + ); < + $did_clear = akamai_clear_url($paths, $overrides); --- > + $overrides = array(); > + if (drush_get_option('action')) { > + $overrides['action'] = drush_get_optons('action'); > + } > + if (drush_get_option('domain')) { > + $overrides['domain'] = drush_get_optons('domain'); > + } > + $did_clear = akamai_clear_url($paths, $overrides, NULL); 46c47 < + $message = t("Akamai Cache Request has been made successfully, please allow 10 minutes for changes to take effect.") . theme("item_list", $paths); --- > + $message = t("Akamai Cache Request has been made successfully, please allow 10 minutes for changes to take effect.\n") . print_r($paths, TRUE); 53d53 < \ No newline at end of file