From bc8942a6ab9a0360f12e4ca2f3a51dcdc27b3f30 Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Sun, 25 Aug 2013 17:44:13 +0200 Subject: [PATCH] gitupdate - config controller? --- app/controllers/config_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/config_controller.rb b/app/controllers/config_controller.rb index d4dc042..2c13eb3 100755 --- a/app/controllers/config_controller.rb +++ b/app/controllers/config_controller.rb @@ -6,8 +6,8 @@ class ConfigController < ApplicationController g = Git.open(".") flash[:notice] ="Test" -# flash[:notice] =g.remote("github").fetch + flash[:notice] =g.remote("fetsite").fetch redirect_to config_url end -end \ No newline at end of file +end