Skip to content

Commit

Permalink
Update help text to use correct binary name (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
jathak authored May 21, 2020
1 parent 50280cb commit e255762
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1.2.3-test.2
## 1.2.3

* No user-visible changes.
* Updates help text to use the correct binary name (`sass-migrator`).

## 1.2.2

Expand Down
2 changes: 1 addition & 1 deletion lib/src/runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class MigratorRunner extends CommandRunner<Map<Uri, String>> {
"See also https://sass-lang.com/documentation/cli/migrator";

MigratorRunner()
: super("sass_migrator", "Migrates stylesheets to new Sass versions.") {
: super("sass-migrator", "Migrates stylesheets to new Sass versions.") {
argParser
..addMultiOption('load-path',
abbr: 'I',
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sass_migrator
version: 1.2.3-test.2
version: 1.2.3
description: A tool for running migrations on Sass files
author: Jennifer Thakar <[email protected]>
homepage: https://github.com/sass/migrator
Expand Down

0 comments on commit e255762

Please sign in to comment.