Skip to content

Commit

Permalink
add missing closing brace
Browse files Browse the repository at this point in the history
  • Loading branch information
sambaala committed Mar 4, 2020
1 parent da5e39d commit fdc7c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/run.R
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ push <- function(url, file="component.amc", token, create=TRUE, license, headers
if (http_error(req)) stop("HTTP error in the POST request: ", content(req))
if (content(req)$status=="SUCCESS") {
cat("Model pushed successfully to :",url,"\n")
if(headers[["isCreateMicroservice"]]=="true") {cat("Acumos model docker image successfully created :",content(req)$dockerImageUri,"\n")
if(headers[["isCreateMicroservice"]]=="true") {cat("Acumos model docker image successfully created :",content(req)$dockerImageUri,"\n")}
}
invisible(content(req))
}

0 comments on commit fdc7c21

Please sign in to comment.