Skip to content

Commit

Permalink
fix: use 'paste' instead of 'copy'
Browse files Browse the repository at this point in the history
  • Loading branch information
maxRN committed Jul 30, 2024
1 parent 2711075 commit 69cb702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.ml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ let prompt_for_token () =
l "and create a token with the %a scope only."
Fmt.(styled `Bold string)
"public_repo");
App_log.question (fun l -> l "Please copy the token here:");
App_log.question (fun l -> l "Please paste the token here:");
get_valid_token ()

let config_token ~dry_run () =
Expand Down

0 comments on commit 69cb702

Please sign in to comment.