From 05ce476eda4577de6d05a89f91f7460ba6e8e3f6 Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Mon, 22 May 2023 23:56:30 +0100 Subject: [PATCH] Fixed typo --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 646bed4..3324f39 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -373,7 +373,7 @@ workflows: name: "debian10" distro_name: "debian" # We do it this way because this version of Debian has no s3cmd in official repos for some reasons: https://packages.debian.org/buster-backports/s3cmd - s3cmd_install_command: 'apt-get install -y python3-pip && pip3 install s3cmd && find /|grep s3cmd" + s3cmd_install_command: "apt-get install -y python3-pip && pip3 install s3cmd && find /|grep s3cmd" - build_debian: docker_image: "debian:bullseye" distro_version: "11"