aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2017-08-21 09:12:36 +0200
committerAndreas Schneider <asn@cryptomilk.org>2017-08-21 09:12:36 +0200
commit74d17a6531517d6fcd5aa0505063a0beb52806e8 (patch)
tree8901f60796c0c700cd75483a87b4a4284eb3f8f8
parentb9b89ef7c6bd93eac774fd7197473d1679761c87 (diff)
downloadlibssh-74d17a6531517d6fcd5aa0505063a0beb52806e8.tar.gz
libssh-74d17a6531517d6fcd5aa0505063a0beb52806e8.tar.xz
libssh-74d17a6531517d6fcd5aa0505063a0beb52806e8.zip
arcconfig: Add missing comma
-rw-r--r--.arcconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.arcconfig b/.arcconfig
index 64cac78c..30b1a60c 100644
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,4 +1,4 @@
{
- "phabricator.uri" : "https://bugs.libssh.org/"
+ "phabricator.uri" : "https://bugs.libssh.org/",
"history.immutable": true
}