Skip to content

Commit

Permalink
Update internal_functions.R
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks authored Nov 4, 2024
1 parent 5c0b649 commit 3847ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/internal_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
Sys.sleep(delay)
attempt <- attempt + 1
} else {
cli::cli_alert-danger("Download failed after {.code max_attempts} attempts.")
cli::cli_alert_danger("Download failed after {.code max_attempts} attempts.")
stop(e)
}
})
Expand Down

0 comments on commit 3847ba2

Please sign in to comment.