aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.ci/bin/show_status.sh
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-03 21:24:16 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-03 21:24:16 +0300
commit9a724815823e034e384f7a0d2de946ef6e090487 (patch)
treeb030ade43356b7ce50b2a1c50a2e6f940d584b94 /.ci/bin/show_status.sh
parentREADME: fix badge link (diff)
downloadvk-scripts-9a724815823e034e384f7a0d2de946ef6e090487.tar.gz
vk-scripts-9a724815823e034e384f7a0d2de946ef6e090487.zip
move scripts from bin/ to vk/
This is done in preparation to moving to PyPI. TODO: * update docs, * merge/rename some scripts.
Diffstat (limited to '')
-rwxr-xr-x.ci/bin/show_status.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/bin/show_status.sh b/.ci/bin/show_status.sh
index c9f8e26..b3f4cfe 100755
--- a/.ci/bin/show_status.sh
+++ b/.ci/bin/show_status.sh
@@ -12,7 +12,7 @@ script_dir="$( cd -- "$script_dir" && pwd )"
readonly script_dir
test_users() {
- "$script_dir/../lib/test.sh" bin.show_status "$@"
+ "$script_dir/../lib/test.sh" vk.tracking.show_status "$@"
}
main() {