Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lakikowolfe committed Jan 22, 2024
1 parent 7025ca4 commit fb7bfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shinyapps_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
# add oauth configuration to .renviron
appUrl <- sprintf("https://%s.shinyapps.io/%s", rsConnectUser, appName)
renviron <- c(renviron, sprintf("DFA_APP_URL=%s%", appUrl))
renviron <- c(renviron, sprintf("DFA_APP_URL=%s", appUrl))
# write .Renviron
writeLines(renviron, ".Renviron")
Expand Down

0 comments on commit fb7bfd1

Please sign in to comment.