Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Feb 1, 2025
1 parent c54edf1 commit 37c6910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/roles.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ aws_roles <- function(...) {
#'
#' # cleanup
#' aws_role("ALittleRole") %>%
#' aws_policy_detach("ReadOnlyAccess")
#' aws_policy_detach("ReadOnlyAccess")
#' aws_role_delete("ALittleRole")
aws_role <- function(name) {
df <- con_iam()$get_role(name)$Role %>%
Expand Down
2 changes: 1 addition & 1 deletion man/aws_role.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 37c6910

Please sign in to comment.