diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-18 16:29:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-18 16:29:18 +0000 |
| commit | 35e13db889e6af76191b0a07de06ddb95b67b5db (patch) | |
| tree | 88a1bc41a8a74119f3c8c87ee03532a475b45b2f | |
| parent | 84210e78a9dce4b305ca1f00d92fa1de7d56fea9 (diff) | |
Fix for newer git (I think...)
| -rwxr-xr-x | cdist | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -753,6 +753,9 @@ elif args.command == 'latest': if m: tags = m.group(1).split(', ') for t in tags: + s = t.split() + if len(s) > 1: + t = s[1] if len(t) > 0 and t[0] == 'v': latest = t[1:] |
