📝 Update documentation for ::getConfigValue

Adds the `key` argument to the function documentation
This commit is contained in:
Akonwi Ngoh
2016-11-21 11:57:35 -05:00
committed by GitHub
parent b4dd1cb178
commit 2a75e7d928

View File

@@ -238,6 +238,7 @@ class GitRepository
# Public: Returns the git configuration value specified by the key.
#
# * `key` The {String} key for the configuration to lookup.
# * `path` An optional {String} path in the repository to get this information
# for, only needed if the repository has submodules.
getConfigValue: (key, path) -> @getRepo(path).getConfigValue(key)