diff --git a/at_core/adaptivetheme.drush.inc b/at_core/adaptivetheme.drush.inc
index c3fcedf..1ba7468 100644
--- a/at_core/adaptivetheme.drush.inc
+++ b/at_core/adaptivetheme.drush.inc
@@ -77,7 +77,7 @@ function drush_adaptivetheme($name = NULL, $machine_name = NULL) {
   // Alter the contents of the .info file based on the command options.
   $alterations = array(
     '= AT Subtheme' => '= ' . $name,
-    '= adaptivetheme' => '= ""'; // attempt to strip out the project name added by the drupal packing script
+    '= adaptivetheme' => '= ""', // attempt to strip out the project name added by the drupal packing script
   );
   if ($description = drush_get_option('description')) {
     $alterations['Starter subtheme for Adaptivetheme. Copy this subtheme to get started building your own Drupal theme. For help see our <b><a href="http://adaptivethemes.com/documentation/adaptivethemes-documentation" title="Adaptivethemes.com - Rocking the hardest since 2006">documentation</a></b>. If you have a problem and need additional help please use the <b><a href="http://drupal.org/project/issues/adaptivetheme">issue queue</a></b>.'] = $description;
