diff --git a/src/isn/commands/PushCommand.cs b/src/isn/commands/PushCommand.cs index bf4e08a..20af127 100644 --- a/src/isn/commands/PushCommand.cs +++ b/src/isn/commands/PushCommand.cs @@ -30,7 +30,7 @@ namespace isn var report = new PushReport { PkgName = fi.Name, - Message = "Le fichier n'existe pas" + Message = "Le fichier n'existe pas : " + fi.FullName }; return report; }