mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 16:54:28 +02:00
Remove obsolete reference to vs2015
This commit is contained in:
parent
034e779b41
commit
c9839063d4
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ class PublishBetas(Command):
|
|||
|
||||
def pre_sub_commands(self, opts):
|
||||
require_clean_git()
|
||||
require_git_master('vs2015')
|
||||
require_git_master()
|
||||
|
||||
def run(self, opts):
|
||||
dist = self.a(self.j(self.d(self.SRC), 'dist'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue