rebased and updated

This commit is contained in:
markturansky
2015-07-29 14:48:06 -04:00
parent 8639f24374
commit e8289ceb9d
2 changed files with 4 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ func (b *gitRepoVolumeBuilder) SetUp() error {
return b.SetUpAt(b.GetPath())
}
func (gr *gitRepo) IsReadOnly() bool {
func (b *gitRepoVolumeBuilder) IsReadOnly() bool {
return false
}