Skip to content

Commit

Permalink
✏️ Shell command order
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammed Hussein Karimi <[email protected]>
  • Loading branch information
mhkarimi1383 committed Dec 12, 2024
1 parent 3590004 commit e334875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pkgs.mkShell {
export GOPATH=$(pwd)/nix/.go
export TMPDIR=$(pwd)/nix/.tmp
export PATH=$GOPATH/bin:$PATH
go install sigs.k8s.io/controller-tools/cmd/[email protected]
mkdir -p "$TMPDIR"
go install sigs.k8s.io/controller-tools/cmd/[email protected]
'';
}

0 comments on commit e334875

Please sign in to comment.