Skip to content

Commit

Permalink
Update lib/src/installer/completion_installation.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Angelov <felangelov@gmail.com>
  • Loading branch information
renancaraujo and felangel committed Dec 15, 2022
1 parent 64da741 commit 5ba3c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/installer/completion_installation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ class CompletionInstallation {

/// Tells the user to source the shell configuration file.
@visibleForTesting
void adviseSource(String rootCommand) {
void logSourceInstructions(String rootCommand) {
final level = logger.level;
logger
..level = Level.info
Expand Down

0 comments on commit 5ba3c5c

Please sign in to comment.