Skip to content

Commit a65b203

Browse files
committed
clean up
1 parent 62f4fb3 commit a65b203

5 files changed

Lines changed: 4 additions & 42 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/vendor
2+
/composer.lock

Command/Aws/Ec2/CopyImageCommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ protected function configure()
5050
->addOption('Description', 'description', InputOption::VALUE_OPTIONAL, 'A description for the new AMI in the destination region')
5151
->addOption('ClientToken', 'clienttoken', InputOption::VALUE_OPTIONAL, 'Unique, case-sensitive identifier you provide to ensure the idempotency of the request')
5252
->addOption('DryRun', 'dryrun', InputOption::VALUE_NONE, null)
53-
->addOption('AmiName', 'aminame', InputOption::VALUE_NONE, 'Use AMI name instead if ID');
53+
->addOption('AmiName', 'aminame', InputOption::VALUE_NONE, 'Use AMI name instead if ID')
54+
;
5455
}
5556

5657
/**

DependencyInjection/Configuration.php

Lines changed: 0 additions & 29 deletions
This file was deleted.

DependencyInjection/UecodeAwsCliExtension.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,5 @@ class UecodeAwsCliExtension extends Extension
1919
*/
2020
public function load(array $configs, ContainerBuilder $container)
2121
{
22-
$configuration = new Configuration();
23-
$config = $this->processConfiguration($configuration, $configs);
24-
25-
$loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
26-
$loader->load('services.yml');
2722
}
2823
}

Resources/config/services.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)