From 15ffec4678fd27abdade9a142b441c9b683fea38 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Fri, 3 Apr 2015 17:18:28 -0400 Subject: [PATCH] custom trigger: fix git url regex --- static/directives/trigger-setup-custom.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/directives/trigger-setup-custom.html b/static/directives/trigger-setup-custom.html index bb49d568b..8e3ba47c6 100644 --- a/static/directives/trigger-setup-custom.html +++ b/static/directives/trigger-setup-custom.html @@ -10,7 +10,7 @@ Dockerfile Location:
- {{ state.subdir == '/' || !state.subdir ? '(Repository Root)' : subdir }} + {{ state.subdir || '/' }}
@@ -23,9 +23,9 @@
-
Please enter the URL used to clone your git repository:
- +
Please enter an HTTP or SSH style URL used to clone your git repository:
+