summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Carton.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Carton.pm b/lib/Carton.pm
index 289e51c..08f3b48 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -144,7 +144,7 @@ allowing you to simply use L<cpanm> (which has a
L<standalone version|App::cpanminus/"Downloading the standalone executable">)
instead of installing Carton on a remote machine.
- > cpanm -L local --from vendor/cache --installdeps --notest --quiet .
+ > cpanm -L local --from "$PWD/vendor/cache" --installdeps --notest --quiet .
=head1 PERL VERSIONS