Skip to content

Commit

Permalink
haha that is a stupid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dborzov committed Aug 16, 2014
1 parent c16bc9d commit a696abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func main() {
fmt.Printf("Unable to find directory %s \n", mode.inputPath)
return
}
files, err := ioutil.ReadDir(mode.inputPath)
files, err := ioutil.ReadDir(mode.targetPath)
if err != nil {
fmt.Printf("Unable to list directory: %s \n", err)
return
Expand Down

0 comments on commit a696abd

Please sign in to comment.