Rename xrep to ripgrep.
This commit is contained in:
@@ -16,7 +16,7 @@ mk_tarball() {
|
||||
|
||||
# TODO update this part to copy the artifacts that make sense for your project
|
||||
# NOTE All Cargo build artifacts will be under the 'target/$TARGET/{debug,release}'
|
||||
cp target/$TARGET/release/xrep $td
|
||||
cp target/$TARGET/release/rg $td
|
||||
|
||||
pushd $td
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ run_test_suite() {
|
||||
cargo test --target $TARGET
|
||||
|
||||
# sanity check the file type
|
||||
file target/$TARGET/debug/xrep
|
||||
file target/$TARGET/debug/rg
|
||||
}
|
||||
|
||||
main() {
|
||||
|
||||
Reference in New Issue
Block a user