Skip to content

Commit

Permalink
Fixed aucun
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Mar 23, 2014
1 parent 3ee7e73 commit 85e505b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lib/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ var user = {
if(!user)
done('No user founded');

if(global.config && global.config[user.client])
if(user.client == 'aucun' || (global.config && global.config[user.client]))
done(err, user.client);
else {
logger.log('error', "Le client "+user.client+" n'est pas installé")
Expand Down

0 comments on commit 85e505b

Please sign in to comment.