Skip to content

Commit

Permalink
Merge pull request #4 from atsign-foundation/Dockerize-and-GitHub
Browse files Browse the repository at this point in the history
fix: typo in Logger name to shrd
  • Loading branch information
cconstab authored Dec 1, 2022
2 parents d37063f + 0da6817 commit 300a267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/at_split_horizon_root.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ void main(List<String> args) async {
String atServers = 'atServers';
String fullChain = 'fullchain.pem';
String privKey = 'privkey.pem';
final AtSignLogger logger = AtSignLogger(' shr ');
final AtSignLogger logger = AtSignLogger(' shrd ');

// Have an argumnent :-)
var parser = ArgParser();
Expand Down

0 comments on commit 300a267

Please sign in to comment.