data/deploy.sh.erb in mina-0.3.7 vs data/deploy.sh.erb in mina-0.3.8

- old
+ new

@@ -76,13 +76,13 @@ echo "-----> Updating the <%= current_path %> symlink" && <%= echo_cmd %[ln -nfs "$release_path" "#{current_path}"] %> ) && # ============================ -# === Start up serve => (in deployer) +# === Start up server => (in deployer) ( echo "-----> Launching" - <%= echo_cmd %[cd "$release_path"] %> + <%= echo_cmd %[cd "#{current_path}"] %> <%= indent 2, (launch.empty? ? "true" : launch) %> ) && # ============================ # === Complete & unlock