Skip to content

Commit

Permalink
missed merge confilct corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
sdomino committed Oct 12, 2015
1 parent 3047240 commit fdc1344
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scribble.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,7 @@ func (d *Driver) write(trans Transaction) error {
tmpPath := finalPath + "~"

// write marshaled data to a file, named by the resourceID
<<<<<<< Updated upstream
if err := ioutil.WriteFile(tmpPath, b, 0666); err != nil {
=======
if err := ioutil.WriteFile(dir+"/"+trans.ResourceID, b, 0644); err != nil {
>>>>>>> Stashed changes
if err := ioutil.WriteFile(tmpPath, b, 0644); err != nil {
return err
}

Expand Down

0 comments on commit fdc1344

Please sign in to comment.