Skip to content

Commit

Permalink
Revert "fix previous bug (#737)"
Browse files Browse the repository at this point in the history
This reverts commit cdb176c.
  • Loading branch information
xudifsd authored and Anbang-Hu committed Jan 4, 2020
1 parent 0b4c1f0 commit bbadb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClusterBootstrap/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -3137,7 +3137,7 @@ def start_kube_service( servicename ):
time.sleep(int(filename.split(" ")[1]))
else:
filename = filename.strip('\n')
start_one_kube_service(os.path.join(dirname,filename), config_dir)
start_one_kube_service(os.path.join(dirname,filename))
else:
start_one_kube_service(fname)

Expand Down

0 comments on commit bbadb98

Please sign in to comment.