Skip to content

Commit

Permalink
Changed Compat.UTF8String to String (#13) (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenbauer authored and ararslan committed Nov 8, 2017
1 parent 7f9cd4b commit 1473a64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Git.jl
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ head(; dir="") = readchomp(`rev-parse HEAD`, dir=dir)


immutable State
head::Compat.UTF8String
index::Compat.UTF8String
work::Compat.UTF8String
head::String
index::String
work::String
end

"""
Expand Down

0 comments on commit 1473a64

Please sign in to comment.