Skip to content

Commit 88eaa62

Browse files
committed
Update dns.py
1 parent b8d34e5 commit 88eaa62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SoftLayer/CLI/modules/dns.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def execute(self, args):
102102
def list_zone(self, args):
103103
manager = DNSManager(self.client)
104104
t = Table([
105-
"id",
105+
"id",
106106
"record",
107107
"type",
108108
"ttl",
@@ -128,7 +128,7 @@ def list_zone(self, args):
128128

129129
for rr in records:
130130
t.add_row([
131-
rr['id'],
131+
rr['id'],
132132
rr['host'],
133133
rr['type'].upper(),
134134
rr['ttl'],

0 commit comments

Comments
 (0)