Skip to content

Commit

Permalink
Add messaging about where a solution was downloaded to
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrina Owen committed Aug 17, 2017
1 parent 3ba66cc commit e23fb64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ Download other people's solutions by providing the UUID.
_, err = io.Copy(f, res.Body)
BailOnError(err)
}
fmt.Printf("\nDownloaded to\n%s\n", solution.Dir)
},
}

Expand Down

0 comments on commit e23fb64

Please sign in to comment.