Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iAkashPattnaik authored Dec 2, 2020
1 parent d3bd6fb commit 459fc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/BinChecker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ void main() {
'Database : PostgreSQL 12.4\n'
'Operating System : ${io.Platform.operatingSystem}\n'
'Number Of Processors : ${io.Platform.numberOfProcessors}\n'
'Dart SDK Link : <a href="${Platform.environment['DART_SDK_LINK']}">Click Here</a>\n'
'Dart SDK Link : <a href="https://storage.googleapis.com/dart-archive/channels/stable/release/2.10.4/sdk/dartsdk-linux-x64-release.zip">Click Here</a>\n'
'Dart Version : 2.11.0-189.0.dev (dev)\n\n'
'Deployed To : Heroku (For Now)</b>',
parse_mode: 'html'
Expand Down

0 comments on commit 459fc32

Please sign in to comment.