Skip to content

Commit

Permalink
update output
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Sep 24, 2024
1 parent b8f7db8 commit ebf280f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/trebuchet/bin/trebuchet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ ${remainingSteps.map((step) => ' - $step').join('\n')}
throw ProcessException(executable, arguments);
}
} else {
print(' not running; --dry-run is set.');
print(' (not running; --dry-run is set)');
}
print('');
}
Expand Down

0 comments on commit ebf280f

Please sign in to comment.