Skip to content

Commit

Permalink
Change status message
Browse files Browse the repository at this point in the history
  • Loading branch information
kippandrew committed Oct 8, 2013
1 parent 2e99034 commit 2d7a045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/deployApp.R
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 2d7a045

Please sign in to comment.