From 69cb702c9103ec679ad7a11000f5325f2d353d9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Gro=C3=9Fe?= Date: Tue, 30 Jul 2024 15:24:12 +0200 Subject: [PATCH] fix: use 'paste' instead of 'copy' --- lib/config.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.ml b/lib/config.ml index 90c6cf4b..31ee845c 100644 --- a/lib/config.ml +++ b/lib/config.ml @@ -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 () =