From 8d5aa8c38482f263dbdfb5762f0931221c37de64 Mon Sep 17 00:00:00 2001
From: Nejc Zupan <nejc.zupan@gmail.com>
Date: Tue, 26 Nov 2019 08:12:05 +0000
Subject: [PATCH] Tiny typo fix

---
 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index c628d74..7c8895c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -37,7 +37,7 @@ jobs:
           # nixpkgs we selected will be used everywhere Nix pulls in software.
           # There is no way to set an environment variable containing the
           # value of another environment variable on CircleCI except to use
-          # the `BASE_ENV` feature as we do here.
+          # the `BASH_ENV` feature as we do here.
           name: "Setup NIX_PATH Environment Variable"
           command: |
             echo "export NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/$NIXPKGS_REV.tar.gz" >> $BASH_ENV
-- 
GitLab