diff --git a/pipes/WDL/workflows/dump_gcloud_env_info.wdl b/pipes/WDL/workflows/dump_gcloud_env_info.wdl index ec32d8482..80b0e7477 100644 --- a/pipes/WDL/workflows/dump_gcloud_env_info.wdl +++ b/pipes/WDL/workflows/dump_gcloud_env_info.wdl @@ -17,8 +17,8 @@ workflow dump_gcloud_env_info { Array[String] gcloud_env_info_files = get_gcloud_env_info.env_info_files File additional_command_stdout = get_gcloud_env_info.additional_command_stdout - String workspace_name_out = get_gcloud_env_info.workspace_name - String workspace_namespace_out = get_gcloud_env_info.workspace_namespace - String google_project_id_out = get_gcloud_env_info.google_project_id + String workspace_name_out = get_gcloud_env_info.workspace_name_out + String workspace_namespace_out = get_gcloud_env_info.workspace_namespace_out + String google_project_id_out = get_gcloud_env_info.google_project_id_out } }