From 81a362f773b0bb10138f536f51d2a8e6230ae37f Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 28 May 2024 14:06:43 +0300 Subject: [PATCH] Formatting --- migrate.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrate.nu b/migrate.nu index f684730..37ad5d0 100755 --- a/migrate.nu +++ b/migrate.nu @@ -75,7 +75,7 @@ def main [ $"https://($github_token)@github.com/($github_user)/($repo_name)" } - print --no-newline $"(ansi blue)($strategy | str replace "ed" "ing") ([public private] | get ($repo_is_private | into int)) repository ($url) to ($gitea_url)/($gitea_user)/($repo_name)..." + print --no-newline $"(ansi blue)($strategy | str replace "ed" "ing") ([ public private ] | get ($repo_is_private | into int)) repository ($url) to ($gitea_url)/($gitea_user)/($repo_name)..." let response = ( http post $"($gitea_url)/api/v1/repos/migrate"