Skip to content

Commit

Permalink
Use hard links for md5 temporary checks
Browse files Browse the repository at this point in the history
The symbolic link ended up pointing to the wrong location
  • Loading branch information
hugoduncan committed Jun 9, 2011
1 parent 7181423 commit 7d5284a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pallet/action/remote_file.clj
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
(~lib/diff @newmd5path ~md5-path))
(do
(~lib/download-file ~url ~new-path :proxy ~proxy)
(~lib/ln ~new-path @basefile :symbolic true)
(~lib/ln ~new-path @basefile)
(if-not (~lib/md5sum-verify @newmd5path)
(do
(println ~(str "Download of " url
Expand Down

0 comments on commit 7d5284a

Please sign in to comment.