From 194153aa626e4631e02572517395f59dfe186dec Mon Sep 17 00:00:00 2001 From: Leonard Gram Date: Mon, 14 Jan 2019 15:22:37 +0100 Subject: [PATCH] build: typo in build config. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c7cbaf72e63..2584cd79a00 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -427,7 +427,7 @@ jobs: command: './scripts/build/publish.sh' - run: name: Load GPG private key - comand: './scripts/build/load-signing-key.sh' + command: './scripts/build/load-signing-key.sh' - run: name: Update Debian repository command: './scripts/build/update_repo/update-deb.sh "oss" "$GPG_KEY_PASSWORD" "$CIRCLE_TAG"'