Skip to content

Commit e23fb64

Browse files
author
Katrina Owen
committed
Add messaging about where a solution was downloaded to
1 parent 3ba66cc commit e23fb64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/download.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ Download other people's solutions by providing the UUID.
131131
_, err = io.Copy(f, res.Body)
132132
BailOnError(err)
133133
}
134+
fmt.Printf("\nDownloaded to\n%s\n", solution.Dir)
134135
},
135136
}
136137

0 commit comments

Comments
 (0)