Skip to content

Commit

Permalink
Merge 007a2d8 into 12872da
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Mar 6, 2023
2 parents 12872da + 007a2d8 commit f7f8119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual_testing/bin/lscss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require "fileutils"
orig_dir = File.expand_path("../../data", __FILE__)
data_file = "#{orig_dir}/lscss.output"

if !File.exists? data_file
if !File.exist? data_file
FileUtils.cp "#{orig_dir}/lscss.output.orig", data_file
end

Expand Down

0 comments on commit f7f8119

Please sign in to comment.