Skip to content

Commit 953ce15

Browse files
committed
set default behavior to add datacenters
1 parent 8c61232 commit 953ce15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SoftLayer/CLI/image/datacenter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010

1111
@click.command()
1212
@click.argument('identifier')
13-
@click.option('--add/--remove',
14-
default=False,
13+
@click.option('--add/--remove', default=True,
1514
help="To add or remove Datacenter")
1615
@click.argument('locations', nargs=-1, required=True)
1716
@environment.pass_env

0 commit comments

Comments
 (0)