Skip to content

Commit

Permalink
Bump version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
srware committed Aug 19, 2015
1 parent abab757 commit 05fd019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fw-utils
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Written by Scott Ware
#
# Version 0.0.1
# Version 0.0.2
#

import gobject
Expand Down Expand Up @@ -47,7 +47,7 @@ def is_supported_platform():
platform = platform_file.readline()
platform_file.close()

if platform in ['BODEGA BAY', 'SALT BAY']:
if platform in ['BODEGA BAY\n', 'SALT BAY\n']:
return True

return False
Expand Down

0 comments on commit 05fd019

Please sign in to comment.