Skip to content

Commit

Permalink
rename .helm-repositories.yaml
Browse files Browse the repository at this point in the history
error: store path 'lgqxc9c274i5pj0yf4l654qbznpg8kfx-.helm-repositories.yaml' starts with illegal character '.'
  • Loading branch information
cfal committed Nov 22, 2023
1 parent f361f95 commit 371200f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pkgs.mkShell {
# Avoids issues with delve
CGO_CPPFLAGS="-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0";

HELM_REPOSITORY_CONFIG=./.helm-repositories.yaml;
HELM_REPOSITORY_CONFIG=./helm-repositories.yaml;
postShellHook = ''
go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
helm repo update
Expand Down

0 comments on commit 371200f

Please sign in to comment.