summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--refs.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/refs.c b/refs.c
index a16ef6ca89..53461aec5b 100644
--- a/refs.c
+++ b/refs.c
@@ -1305,9 +1305,7 @@ int resolve_gitlink_ref(const char *path, const char *refname, unsigned char *sh
ret = -1;
goto out;
}
- path = *refs->name
- ? git_path_submodule(refs->name, "%s", result.buf)
- : git_path("%s", result.buf);
+ path = git_path_submodule(refs->name, "%s", result.buf);
parseval = parse_ref(path, &result, sha1, NULL);
} while (!parseval);