Skip to content

Commit c770f99

Browse files
committed
Merge pull request softlayer#680 from chemikadze/fix-globalip-create
Fixed exception on globalip create
2 parents 912f47a + 5e1691e commit c770f99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SoftLayer/CLI/globalip/create.py

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

1111

1212
@click.command()
13-
@click.option('--ipv6', '--v6', is_flag=True, help='Order a IPv6 IP')
13+
@click.option('--v6', '--ipv6', is_flag=True, help='Order a IPv6 IP')
1414
@click.option('--test', help='test order')
1515
@environment.pass_env
1616
def cli(env, ipv6, test):

0 commit comments

Comments
 (0)