Skip to content

Commit

Permalink
Fixes #138
Browse files Browse the repository at this point in the history
* edited cmd/trousseu/commands.go to not take the delimiting character
  in ReadString()
  • Loading branch information
jd1123 committed Oct 20, 2014
1 parent 134b234 commit 11ef00d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/trousseau/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ func SetCommand() cli.Command {
if err != nil {
trousseau.ErrorLogger.Fatal(err)
}
value = value[:len(value)-1]
}
}

Expand Down

0 comments on commit 11ef00d

Please sign in to comment.