Skip to content

Commit 6e0b0f0

Browse files
committed
Merge pull request exercism#75 from Tonkpils/login-message
2 parents 0f234f3 + f7a3a30 commit 6e0b0f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ func main() {
138138
return
139139
}
140140
configuration.ToFile(c.GlobalString("config"), config)
141+
fmt.Printf("Your exercism directory can be found at %s\n", config.ExercismDirectory)
141142
},
142143
},
143144
{

0 commit comments

Comments
 (0)