aboutsummaryrefslogtreecommitdiff
path: root/src/lpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lpm.c')
-rw-r--r--src/lpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lpm.c b/src/lpm.c
index 5e5eac8..ade952f 100644
--- a/src/lpm.c
+++ b/src/lpm.c
@@ -421,7 +421,7 @@ static int lpm_certs(lua_State* L) {
fclose(file);
CertCloseStore(hSystemStore, 0);
#else
- return luaL_error(L, "can't use system certificates on non-windows>");
+ return luaL_error(L, "can't use system certificates on non-windows");
#endif
}
git_libgit2_opts(GIT_OPT_SET_SSL_CERT_LOCATIONS, path, NULL);