Skip to content

Commit

Permalink
fix doc error MarkEdmondson1234#193
Browse files Browse the repository at this point in the history
Fix documentation error as mentioned here MarkEdmondson1234#193
  • Loading branch information
lgnbhl authored Oct 17, 2023
1 parent 0a977af commit 98caa6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/cloudrun.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ cr_schedule("cloud-run-scheduled", schedule = "4 16 * * *", httpTarget = run_me)

```r
# deploy a non-public app
cr_deploy_run("your-cloud-run", allowUnauthenticated = TRUE)
cr_deploy_run("your-cloud-run", allowUnauthenticated = FALSE)

# get your previously deployed Cloud Run app
my_app <- cr_run_get("your-cloud-run")
Expand Down

0 comments on commit 98caa6d

Please sign in to comment.