diff options
author | Daniel Silverstone <dsilvers@digital-scurf.org> | 2012-05-03 16:05:35 +0100 |
---|---|---|
committer | Daniel Silverstone <dsilvers@digital-scurf.org> | 2012-05-03 16:05:35 +0100 |
commit | 55de888bd53fd6167622958f4b0c5d41741ff020 (patch) | |
tree | 66bea5c35719a0faf329f4cde7e3d3a3ee122815 /bin | |
parent | e7ccf5d177ca6d76d367e8cde78db37289a30530 (diff) | |
download | gitano-55de888bd53fd6167622958f4b0c5d41741ff020.tar.gz |
BIN: Use repo:populate_tags() in gitano-auth
Diffstat (limited to 'bin')
-rw-r--r-- | bin/gitano-auth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gitano-auth b/bin/gitano-auth index 7783cba..0905819 100644 --- a/bin/gitano-auth +++ b/bin/gitano-auth @@ -110,7 +110,7 @@ if not tags then end if repo then - tags["gitano/repository"] = repo.name + repo:populate_tags(tags) end tags["gitano/source"] = "ssh" |