summaryrefslogtreecommitdiff
path: root/buildbot/bootstrap-scripts/bootstrap-codespell
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/bootstrap-scripts/bootstrap-codespell')
-rwxr-xr-xbuildbot/bootstrap-scripts/bootstrap-codespell2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/bootstrap-scripts/bootstrap-codespell b/buildbot/bootstrap-scripts/bootstrap-codespell
index 44d4db3..faeb6b5 100755
--- a/buildbot/bootstrap-scripts/bootstrap-codespell
+++ b/buildbot/bootstrap-scripts/bootstrap-codespell
@@ -25,7 +25,7 @@ for component in $REPOS; do
git -C $HOME/$component checkout $BRANCH
done
-REPOS="exchange merchant wallet-core sync anastasis bank twister"
+REPOS="exchange merchant wallet-core sync bank twister"
for component in $REPOS; do
if ! test -d $HOME/$component; then