summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-08 16:15:44 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-08 16:15:44 -0400
commita744ec133d12e0c8d8e8b0486cd92e2b60ad61e6 (patch)
treea604074a6838c0ac1db4c0f309a69d34679b5d86 /ci
parent0042dce9498ed0e0d46e3e7cd86b85dcb822c8e1 (diff)
Rename xrep to ripgrep.
Diffstat (limited to 'ci')
-rw-r--r--ci/before_deploy.sh2
-rw-r--r--ci/script.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh
index b18c9b61..40f66d81 100644
--- a/ci/before_deploy.sh
+++ b/ci/before_deploy.sh
@@ -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
diff --git a/ci/script.sh b/ci/script.sh
index b93c686d..e8359816 100644
--- a/ci/script.sh
+++ b/ci/script.sh
@@ -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() {