Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Feb 6, 2023
1 parent 3bc1d5c commit 4d046e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/appraisal/appraisal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def relativize
File.open(lockfile_path, 'w') do |file|
file.write lockfile_content.gsub(
/ #{current_directory}/,
" #{relative_path.to_s}"
" #{relative_path}",
)
end
end
Expand Down

0 comments on commit 4d046e3

Please sign in to comment.