Skip to content

Commit

Permalink
fix variable name (AgileVentures#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
weedySeaDragon authored Jul 8, 2020
1 parent da4c5dc commit a2c51aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def all_mapmarker_fpaths

unless test("[ -l #{linked_file} ]")
# unless File.symlink?(linked_file)
execute :rm, target if test "[ -f #{linked_file} ]"
execute :rm, linked_file if test "[ -f #{linked_file} ]"
# File.delete(linked_file) if File.exist?(linked_file)

execute :ln, "-s", "#{relative_target_path}/#{source_fname}", linked_file
Expand Down

0 comments on commit a2c51aa

Please sign in to comment.