Skip to content

Commit

Permalink
docs: Fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Aug 14, 2024
1 parent bf557ed commit d8308f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/howto-dm-copy.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ my_dm_total_computed$total_loans %>%

```{r echo = FALSE, eval = TRUE}
# https://github.com/tidyverse/dbplyr/issues/639, https://github.com/tidyverse/dbplyr/pull/649
remote_name_total_loans <- "dbplyr_001"
remote_name_total_loans <- "dbplyr_"
stopifnot(grepl(remote_name_total_loans, sql_render(my_dm_total_computed$total_loans), fixed = TRUE))
```

Expand Down

0 comments on commit d8308f4

Please sign in to comment.