summaryrefslogtreecommitdiff
path: root/lib/App/git/nuke_forge_fork.pm
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-03-13 17:28:38 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-03-13 17:28:38 -0700
commit03476a917c5e952679c2fdb5f1145cbe112ef12c (patch)
tree41599ad1106ee744d722e577d515210628e9990c /lib/App/git/nuke_forge_fork.pm
parent3709d024dd9874f332aa3bd5b76de0833a8e9214 (diff)
parent17371df88fa9c03eb5257e4e24d7e0d1a6b46b7c (diff)
downloadp5-API-GitForge-03476a917c5e952679c2fdb5f1145cbe112ef12c.tar.gz
Merge tag 'v0.004' into debian
v0.004 # gpg: Signature made Fri 13 Mar 2020 05:28:15 PM MST # gpg: using RSA key 9B917007AE030E36E4FC248B695B7AE4BF066240 # gpg: issuer "spwhitton@spwhitton.name" # gpg: Good signature from "Sean Whitton <spwhitton@spwhitton.name>" [ultimate] # Primary key fingerprint: 8DC2 487E 51AB DD90 B5C4 753F 0F56 D055 3B6D 411B # Subkey fingerprint: 9B91 7007 AE03 0E36 E4FC 248B 695B 7AE4 BF06 6240
Diffstat (limited to 'lib/App/git/nuke_forge_fork.pm')
-rw-r--r--lib/App/git/nuke_forge_fork.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/git/nuke_forge_fork.pm b/lib/App/git/nuke_forge_fork.pm
index 773d863..8505da9 100644
--- a/lib/App/git/nuke_forge_fork.pm
+++ b/lib/App/git/nuke_forge_fork.pm
@@ -69,7 +69,7 @@ sub main {
exit unless $term->ask_yn(prompt => "Are you sure?");
}
- my ($forge_domain, $upstream_repo) = remote_forge_info $upstream ;
+ my ($forge_domain, $upstream_repo) = remote_forge_info $upstream;
my $forge = new_from_domain
domain => $forge_domain,
access_token => forge_access_token $forge_domain;