summaryrefslogtreecommitdiff
path: root/src/repository.nobj.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/repository.nobj.lua')
-rw-r--r--src/repository.nobj.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repository.nobj.lua b/src/repository.nobj.lua
index cef52e8..11bd4b8 100644
--- a/src/repository.nobj.lua
+++ b/src/repository.nobj.lua
@@ -48,7 +48,7 @@ typedef git_repository Repository;
},
method "index" {
c_call { "GitError", "err" } "git_repository_index"
- { "Index *", "&index>1", "Repository *", "this" },
+ { "!Index *", "&index>1", "Repository *", "this" },
},
}