Fix typo
This commit is contained in:
parent
46be166a04
commit
136beef976
|
|
@ -20,7 +20,7 @@ module Touchlane
|
||||||
features_json = JSON.pretty_generate(features)
|
features_json = JSON.pretty_generate(features)
|
||||||
|
|
||||||
unless File.exists? project_features_file_path
|
unless File.exists? project_features_file_path
|
||||||
raise "Unable to load features from file at #{path}"
|
raise "Unable to load features to file at #{path}"
|
||||||
else
|
else
|
||||||
File.open(project_features_file_path, "w") do |f|
|
File.open(project_features_file_path, "w") do |f|
|
||||||
f.write(features_json)
|
f.write(features_json)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue