summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/rfr1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rfr b/scripts/rfr
index bca32d3b..d5d776ee 100755
--- a/scripts/rfr
+++ b/scripts/rfr
@@ -20,6 +20,7 @@ gr_fmts = [ r'http://git-master/r/(\d+)',
20 r'https://git-master/r/(\d+)', 20 r'https://git-master/r/(\d+)',
21 r'https://git-master/r/#/c/(\d+)/', 21 r'https://git-master/r/#/c/(\d+)/',
22 r'https://git-master.nvidia.com/r/(\d+)', 22 r'https://git-master.nvidia.com/r/(\d+)',
23 r'https://git-master.nvidia.com/r/#/c/(\d+)',
23 r'https://git-master.nvidia.com/r/#/c/(\d+)/' ] 24 r'https://git-master.nvidia.com/r/#/c/(\d+)/' ]
24 25
25# The user to use. May be overridden but the default comes from the environment. 26# The user to use. May be overridden but the default comes from the environment.