Skip to content

Commit

Permalink
Missing output statment
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Nov 19, 2020
1 parent 9e664fa commit 099332c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Credfeto.ChangeLog.Cmd/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ private static async Task<int> Main(string[] args)
return ERROR;
}

Console.WriteLine("ERROR: No known action specified");

return ERROR;
}
catch (Exception exception)
Expand Down

0 comments on commit 099332c

Please sign in to comment.