Skip to content

Commit

Permalink
Merge branch 'master' of github.com:zond/android-diplicity
Browse files Browse the repository at this point in the history
  • Loading branch information
zond committed Dec 31, 2016
2 parents 973a98b + d97f403 commit 9ca7fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle/create_release.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (u *upload) push() error {
return fmt.Errorf("Old release %q doesn't match %v", old.Files[0].Name, apkNameReg)
}
u.previousSHA = match[1]
if u.previousSHA {
if u.previousSHA == "" {
return fmt.Errorf("Found no previous SHA in %q", old.Files[0].Name)
}

Expand Down

0 comments on commit 9ca7fe1

Please sign in to comment.