summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrs3d <rob@rs3d.de>2013-10-11 22:03:03 +0200
committerrs3d <rob@rs3d.de>2013-10-11 22:03:03 +0200
commit0da64f7515a58778d368f4521f19a61a5d5d6564 (patch)
tree58a6779f4af3015be6e5286f0c60858b241baeb1
parentb6f4c4d9ef81c87e551f9b7efe0a6b7392741830 (diff)
downloadfastdom-0da64f7515a58778d368f4521f19a61a5d5d6564.zip
fastdom-0da64f7515a58778d368f4521f19a61a5d5d6564.tar.gz
fastdom-0da64f7515a58778d368f4521f19a61a5d5d6564.tar.bz2
wrong _source notation: changed colon to slash notation
Sorry, copy fail. I want to fix following error after 'bower install fastdom': bower fastdom#* ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com:wilsonpage/fastdom.git", exit code of #128 fatal: unable to connect to github.com: github.com: Servname not supported for ai_socktype Can you reproduce this error?
-rw-r--r--bower.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index df4e7c8..259de32 100644
--- a/bower.json
+++ b/bower.json
@@ -12,5 +12,5 @@
"README.md"
],
"license": "MIT",
- "_source": "git@github.com:wilsonpage/fastdom.git"
+ "_source": "git@github.com/wilsonpage/fastdom.git"
}