@@ -51,7 +51,7 @@ function _q-tools-update-binary {
if [[ -e .removed_files.txt ]]; then
while obsoleted_file; do
echo removing "$obsoleted_file"
done << .removed_files.txt
done < .removed_files.txt
fi
set +u
fi
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.