From 2d7a045c527afd00dc49eeca8f6163167d1e6245 Mon Sep 17 00:00:00 2001 From: Andy Kipp Date: Mon, 7 Oct 2013 22:44:56 -0400 Subject: [PATCH] Change status message --- R/deployApp.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/deployApp.R b/R/deployApp.R index 63e9990..0d7bba4 100644 --- a/R/deployApp.R +++ b/R/deployApp.R @@ -91,7 +91,7 @@ deployApp <- function(appDir = getwd(), }) # wait for the deployment to complete (will raise an error if it can't) - displayStatus("Initializing application...\n") + displayStatus("Deploying application...\n") lucid$waitForTaskCompletion(task$task_id, quiet) displayStatus(paste("Application successfully deployed to", application$url))