summaryrefslogtreecommitdiff
path: root/modules/blobs/get.f.sh
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blobs/get.f.sh')
-rw-r--r--modules/blobs/get.f.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/blobs/get.f.sh b/modules/blobs/get.f.sh
index fafb076..7cc49c6 100644
--- a/modules/blobs/get.f.sh
+++ b/modules/blobs/get.f.sh
@@ -19,7 +19,7 @@ license='AGPLv3+'
# along with this program. If not, see <http://www.gnu.org/licenses/>.
usage="ID FILENAME"
-doc="Unlike commit.f, FILENAME may be a character device such as
+doc="Unlike put.f, FILENAME may be a character device such as
/dev/stdout or /dev/fd/n."
. "${0%/*}/_shlib.sh"
@@ -29,7 +29,7 @@ main() {
name=$2
mkdir -p -- "$(dirname -- "$name")"
- < "$REPO/blobs/${id#*:}" gunzip > "$name"
+ < "$RVS_REPO/blobs/${id#*:}" gunzip > "$name"
}
main "$@"