Skip to content

Commit

Permalink
#62 - fix tf_service (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfri3d authored Oct 30, 2019
1 parent 3cbe63b commit 106633a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli/kaos_cli/facades/backend_facade.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ def kubeconfig(self):
def init(self, url, token):
if not self.state_service.is_created():
self.state_service.create()
self.tf_service.execute()

self.state_service.set(BACKEND, url=url, token=token)
self.state_service.write()

Expand Down

0 comments on commit 106633a

Please sign in to comment.