From eda66ae79f032e926d1e12bf30bbfc3dd4ee26b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Fri, 15 Feb 2013 18:20:53 -0200 Subject: [PATCH] Fix typo --- manifests/site.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/site.pp b/manifests/site.pp index 9fab4c9..31f8341 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -9,8 +9,8 @@ Exec { path => [ "${boxen::config::home}/rbenv/shims", - "${boxen::config::hime}/rbenv/bin", - "${boxen::config::hime}/rbenv/plugins/ruby-build/bin", + "${boxen::config::home}/rbenv/bin", + "${boxen::config::home}/rbenv/plugins/ruby-build/bin", "${boxen::config::home}/homebrew/bin", '/usr/bin', '/bin',