Skip to content

Commit

Permalink
ci(docker): fix launcher generator script
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jun 3, 2022
1 parent 6c99fc6 commit 51fe646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scripts/generate_launcher_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def run(input_path, apps_path, out_path):
"${secret}",
"--server",
]
default_ready_line = "Starting factory"
default_ready_line = "App running at"

with open(input_path, "r") as rf:
input_dict = json.load(rf)
Expand Down

0 comments on commit 51fe646

Please sign in to comment.