diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-28 22:02:16 +0000 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-28 22:02:16 +0000 |
commit | 6804fd4ca717805c3ed128a18b136b9ff08b04b8 (patch) | |
tree | 0bbf85f4a1e97c8a84cf395a828530a4506041c7 /.ci | |
parent | allow bin/*.sh be symlinked (diff) | |
download | config-links-6804fd4ca717805c3ed128a18b136b9ff08b04b8.tar.gz config-links-6804fd4ca717805c3ed128a18b136b9ff08b04b8.zip |
bin/*.sh -> *.sh
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/test.sh b/.ci/test.sh index e7bcd5a..fffc883 100755 --- a/.ci/test.sh +++ b/.ci/test.sh @@ -58,11 +58,11 @@ call_bin_script() { } call_update() { - call_bin_script "$script_dir/../bin/update.sh" + call_bin_script "$script_dir/../update.sh" } call_unlink() { - call_bin_script "$script_dir/../bin/unlink.sh" + call_bin_script "$script_dir/../unlink.sh" } verify_output() { |