mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-12 13:36:19 +00:00
linting
This commit is contained in:
2
tests-ng/include-order.sh
vendored
2
tests-ng/include-order.sh
vendored
@@ -114,7 +114,7 @@ echo "second" > "${tmps}"/dotfiles/second
|
||||
echo "third" > "${tmps}"/dotfiles/third
|
||||
|
||||
attempts="3"
|
||||
for ((i=0;i<${attempts};i++)); do
|
||||
for ((i=0;i<attempts;i++)); do
|
||||
# install
|
||||
cd "${ddpath}" | ${bin} install -w 1 -f -c "${cfg}" -p p0 -V
|
||||
|
||||
|
||||
Reference in New Issue
Block a user