Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2020 16:58:10 GMT
From:      Eitan Adler <eadler@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: d44c419446 - remove trailing comma
Message-ID:  <202012131658.0BDGwAd8033275@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eadler:

URL: https://cgit.FreeBSD.org/doc/commit/?id=d44c419446cde5e04e79b7d5a2d3ce4894f226a8

commit d44c419446cde5e04e79b7d5a2d3ce4894f226a8
Author:     Eitan Adler <eadler@FreeBSD.org>
AuthorDate: 2020-12-13 16:57:46 +0000
Commit:     Eitan Adler <eadler@FreeBSD.org>
CommitDate: 2020-12-13 16:57:46 +0000

    remove trailing comma
    
    Problem / Solution
    
    Remove the now-trailing comma introduced by my previous commit.
---
 .arcconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.arcconfig b/.arcconfig
index 227422ab29..1775896f80 100644
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,3 +1,3 @@
 {
-	"phabricator.uri" : "https://reviews.freebsd.org/",
+	"phabricator.uri" : "https://reviews.freebsd.org/"
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012131658.0BDGwAd8033275>