Showing 1 changed files with 1 additions and 1 deletions
+1 -1
.fgfs/fgaddon
... ...
@@ -315,7 +315,7 @@ function apply_revision () {
315 315
         && \
316 316
         case ${hangar[type]} in
317 317
            svn) test "$(svn info --show-item=url ${hangar[path]}/${ac})" != "${hangar[url]}/${ac}";;
318
-           git) test "$(git -C ${hangar[path]}/${ac} config --get remote.origin.url)" != "${hangar[url]}/${ac}";;
318
+           git) test "$(git -C ${hangar[path]}/${ac} config --get remote.origin.url)" != "${hangar[url]}/${ac}.git";;
319 319
         esac \
320 320
         || test -d ${hangar[path]}/${ac} -a ! -d ${hangar[path]}/${ac}/.${hangar[type]}; then
321 321
             echo "INFO: local ${ac} installed out from repo" >&2