Skip to content

Commit c183a36

Browse files
committed
Minor
1 parent 756abb2 commit c183a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci_test_dapp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git config --global user.email "[email protected]"
99
git config --global user.name "CI User"
1010

1111
curl https://nixos.org/nix/install | sh
12-
# shellcheck disable=SC1090
12+
# shellcheck disable=SC1090,SC1091
1313
. "$HOME/.nix-profile/etc/profile.d/nix.sh"
1414
nix-env -iA nixpkgs.cachix
1515
cachix use dapp

0 commit comments

Comments
 (0)