Skip to content

Commit c850989

Browse files
committed
Give notice for dry runs
1 parent a070d87 commit c850989

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

output/logger.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ func (l *Output) LogEvents() func() {
9393

9494
// DryrunInstall outputs the logging of a dryrun of the prepared dotfiles
9595
func (l *Output) DryrunInstall() {
96+
fmt.Printf("%s %s\n\n", n, "dry run — no dotfiles will be installed")
9697
for _, dotfile := range l.PreparedInstall.Dotfiles {
9798
l.DotfileInfo(dotfile)
9899
}

0 commit comments

Comments
 (0)