summaryrefslogtreecommitdiff
path: root/plugins/tags/bin/get-tag.sh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2010-04-02 22:03:02 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:20 -0600
commitb2f69e2a90adce58775b76fd24c75e3ab51da4b6 (patch)
treee525baa4741e83abddf3ba1f4c116c3de6f3ba23 /plugins/tags/bin/get-tag.sh
parent5cbc6057d2a2c7e00b466eb987acf04d68e1c18c (diff)
well, rvs trees at least sorta work now
Diffstat (limited to 'plugins/tags/bin/get-tag.sh')
-rw-r--r--plugins/tags/bin/get-tag.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/tags/bin/get-tag.sh b/plugins/tags/bin/get-tag.sh
index d1df852..fa7895b 100644
--- a/plugins/tags/bin/get-tag.sh
+++ b/plugins/tags/bin/get-tag.sh
@@ -21,6 +21,5 @@ usage="usage: $RVS get-tag FILENAME TAG"
name="${1?"$usage"}"
tag="${2?"$usage"}"
-file="$REPO/@ID@/$tag"
-"$RVS" get "$name" "`cat "$file"`"
+"$RVS" get "$name" "`"$RVS" tag-id "$tag"`"