summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJJ Asghar <jjasghar@gmail.com>2013-04-12 12:42:04 -0500
committerJJ Asghar <jjasghar@gmail.com>2013-04-12 12:42:04 -0500
commitb3024497a2822f2aca529fb755a1624a8156357b (patch)
tree6085b0f3154b619a7e70182cc76459e1bce2165d
parenta91e54fcee79c015b2631ca71ad4e97594a8b428 (diff)
downloadchef-b3024497a2822f2aca529fb755a1624a8156357b.tar.gz
Update deploy.rb
Typo in symliinks
-rw-r--r--lib/chef/provider/deploy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/deploy.rb b/lib/chef/provider/deploy.rb
index 91f12bde90..2c915649a4 100644
--- a/lib/chef/provider/deploy.rb
+++ b/lib/chef/provider/deploy.rb
@@ -299,7 +299,7 @@ class Chef
def run_symlinks_before_migrate
links_info = @new_resource.symlink_before_migrate.map { |src, dst| "#{src} => #{dst}" }.join(", ")
- converge_by("make pre-migration symliinks: #{links_info}") do
+ converge_by("make pre-migration symlinks: #{links_info}") do
@new_resource.symlink_before_migrate.each do |src, dest|
begin
FileUtils.ln_sf(@new_resource.shared_path + "/#{src}", release_path + "/#{dest}")