diff options
author | jrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu> | 2011-04-20 22:29:17 -0700 |
---|---|---|
committer | jrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu> | 2011-04-20 22:29:17 -0700 |
commit | 42b94cb430b6513f2857e8cb25b9aaf5e8a22f5c (patch) | |
tree | 73bfebff4a072c06271b0195e885f34cba5f36fc | |
parent | 3de74678afa78eccb241799e56a90cee31142325 (diff) | |
parent | 156639106697e3ed028e7a6df1bc6dc6d4a47b1c (diff) | |
download | piny-code-42b94cb430b6513f2857e8cb25b9aaf5e8a22f5c.tar.gz piny-code-42b94cb430b6513f2857e8cb25b9aaf5e8a22f5c.zip |
Merge branch 'master' of piny.be:/srv/git/piny-code
-rw-r--r-- | libpiny/lib/Piny/User.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpiny/lib/Piny/User.pm b/libpiny/lib/Piny/User.pm index aa01ba7..780a698 100644 --- a/libpiny/lib/Piny/User.pm +++ b/libpiny/lib/Piny/User.pm @@ -211,7 +211,7 @@ sub _build_email { my ( $s ) = @_; if ( not defined $s->config->user_email ) { - die "You must provide a user.email attribute in your .gitconfig!"; + die "You must provide a user.email attribute in your .gitconfig!\nPlease run pinyconfig --user user.email your\@email.com"; }; return Piny::Email->new( address => $s->config->user_email ); |