Skip to content

Commit

Permalink
fix previous bug (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
xudifsd authored Jan 4, 2020
1 parent bd891b7 commit cdb176c
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 @@ -3142,7 +3142,7 @@ def start_kube_service(servicename, config_dir):
time.sleep(int(filename.split(" ")[1]))
else:
filename = filename.strip('\n')
start_one_kube_service(os.path.join(dirname,filename))
start_one_kube_service(os.path.join(dirname,filename), config_dir)
else:
start_one_kube_service(fname)

Expand Down

0 comments on commit cdb176c

Please sign in to comment.