[ARVADOS] updated: e8b7fbbd711836c59824327364e15ef2253a5848
git at public.curoverse.com
git at public.curoverse.com
Tue Feb 9 16:37:03 EST 2016
Summary of changes:
apps/workbench/Gemfile.lock | 3 ---
crunch_scripts/crunchutil/subst.py | 2 +-
2 files changed, 1 insertion(+), 4 deletions(-)
via e8b7fbbd711836c59824327364e15ef2253a5848 (commit)
from 1fc6d7713baabfe85b49191e156b6c093d22b69f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit e8b7fbbd711836c59824327364e15ef2253a5848
Author: Nico Cesar <nico at curoverse.com>
Date: Tue Feb 9 16:34:34 2016 -0500
I "fonud" a typo
no issue #
diff --git a/apps/workbench/Gemfile.lock b/apps/workbench/Gemfile.lock
index 303d583..b4e2400 100644
--- a/apps/workbench/Gemfile.lock
+++ b/apps/workbench/Gemfile.lock
@@ -294,6 +294,3 @@ DEPENDENCIES
therubyracer
uglifier (>= 1.0.3)
wiselinks
-
-BUNDLED WITH
- 1.10.6
diff --git a/crunch_scripts/crunchutil/subst.py b/crunch_scripts/crunchutil/subst.py
index fad9b06..bd99d3c 100644
--- a/crunch_scripts/crunchutil/subst.py
+++ b/crunch_scripts/crunchutil/subst.py
@@ -63,7 +63,7 @@ def sub_basename(v):
def sub_glob(v):
l = glob.glob(v)
if len(l) == 0:
- raise SubstitutionError("$(glob {}) no match fonud".format(v))
+ raise SubstitutionError("$(glob {}) no match found".format(v))
else:
return l[0]
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list