You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2016/04/12 21:19:01 UTC

[whimsy] branch master updated: fix off-by-one error

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  c945787   fix off-by-one error
c945787 is described below

commit c945787760d49c702a50b26f9eb78ec61b0ff605
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Apr 12 15:18:47 2016 -0400

    fix off-by-one error
---
 www/classic/roster/Gemfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/classic/roster/Gemfile b/www/classic/roster/Gemfile
index ab4df89..ff76936 100644
--- a/www/classic/roster/Gemfile
+++ b/www/classic/roster/Gemfile
@@ -1,6 +1,6 @@
 source 'https://rubygems.org'
 
-base = '../../..'
+base = '../../../..'
 
 asf_version = File.read(File.expand_path("#{base}/asf.version", __FILE__)).chomp
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].