Skip to content

Commit

Permalink
Bump fedora release check
Browse files Browse the repository at this point in the history
  • Loading branch information
dnarvaez committed Mar 15, 2014
1 parent cfcbfd9 commit 460ac36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osbuild
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def create_virtualenv():
def install_system_deps():
try:
with open("/etc/fedora-release") as f:
if not f.read().startswith("Fedora release 19"):
if not f.read().startswith("Fedora release 20"):
return
except IOError:
return
Expand Down

0 comments on commit 460ac36

Please sign in to comment.