Skip to content

Commit

Permalink
correct reference to application url
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Jun 3, 2014
1 parent ebee555 commit 5d8622e
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 @@ -122,7 +122,7 @@ deployApp <- function(appDir = getwd(),
application$url)

# append the file to be launched to the URL if necessary
amendedUrl <- url
amendedUrl <- application$url

if (!is.null(launch.rmd)) {
# ensure a trailing "/" if there's a chance we'll be adding a filename
Expand Down

0 comments on commit 5d8622e

Please sign in to comment.