Save version to the proper location

This commit is contained in:
Foo 2017-05-01 04:28:01 +03:00
parent 8da977e0a1
commit bf29fa9537
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ checkout_cached_dir() {
fi
if ! test -d "$target" ; then
git clone --depth=1 "$url" "$target"
git rev-parse HEAD > .version
git rev-parse HEAD > "$target/.version"
rm -rf "$target"/.git
fi
}