You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dm...@apache.org on 2019/07/18 13:47:29 UTC

[incubator-dlab] branch DLAB-915 updated: [DLAB-915] bugfix

This is an automated email from the ASF dual-hosted git repository.

dmysakovets pushed a commit to branch DLAB-915
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-915 by this push:
     new 7666dbe  [DLAB-915] bugfix
7666dbe is described below

commit 7666dbe87b6a45784d9c5c445c3ce9df968adacc
Author: Dyoma33 <de...@gmail.com>
AuthorDate: Thu Jul 18 14:58:21 2019 +0300

    [DLAB-915] bugfix
---
 infrastructure-provisioning/src/ssn/scripts/configure_ui.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_ui.py b/infrastructure-provisioning/src/ssn/scripts/configure_ui.py
index 06b5150..23b4329 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_ui.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_ui.py
@@ -44,7 +44,7 @@ parser.add_argument('--request_id', type=str, default='')
 parser.add_argument('--resource', type=str, default='')
 parser.add_argument('--service_base_name', type=str, default='')
 parser.add_argument('--tag_resource_id', type=str, default=None)
-parser.add_argument('--_billing_tag', type=str, default=None)
+parser.add_argument('--billing_tag', type=str, default=None)
 parser.add_argument('--account_id', type=str, default=None)
 parser.add_argument('--billing_bucket', type=str, default=None)
 parser.add_argument('--aws_job_enabled', type=str, default=None)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org