summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-04 14:45:51 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-04 14:45:51 -0700
commitda34e9e629a1dda284064396eda8290ec5d6c90b (patch)
tree71ee686bf80713a8b5bbc029174b1792b99b0375
parent38784e08dffe5ab8df76f18f9be812f76b1d69cc (diff)
downloadp5-Git-Annex-da34e9e629a1dda284064396eda8290ec5d6c90b.tar.gz
shorten alias
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--lib/Git/Annex/BatchCommand.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Git/Annex/BatchCommand.pm b/lib/Git/Annex/BatchCommand.pm
index aacad0e..3299936 100644
--- a/lib/Git/Annex/BatchCommand.pm
+++ b/lib/Git/Annex/BatchCommand.pm
@@ -106,7 +106,7 @@ Synonym for C<say> method.
=cut
-*Git::Annex::BatchCommand::ask = \&Git::Annex::BatchCommand::say;
+*ask = \&say;
=head2 restart