summaryrefslogtreecommitdiff
path: root/scripts/test-luarocks-install.sh
blob: 81980155a145ecce7f0a02032e27d5821c2ff060 (plain)
1
2
3
4
#!/usr/bin/env bash

MODREV=$(git describe --tags --always --first-parent | tr -d "v")
luarocks install "telescope.nvim" "$MODREV"