Skip to content

Commit

Permalink
chore: removed double @@
Browse files Browse the repository at this point in the history
This was a typo

Signed-off-by: Bruno Bressi <bruno.bressi@telekom.de>
  • Loading branch information
puffitos committed Sep 16, 2024
1 parent 956662a commit 5683ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ e2e-cluster:
@echo "Creating registry..."
@k3d registry create registry.localhost --port $(PORT)
@echo "Adding registry to cluster..."
@@uname -m | grep -q 'Darwin' && export K3D_FIX_DNS=0; k3d cluster create cosign-tests --registry-use k3d-registry.localhost:$(PORT)
@uname -m | grep -q 'Darwin' && export K3D_FIX_DNS=0; k3d cluster create cosign-tests --registry-use k3d-registry.localhost:$(PORT)
@echo "Create test namespace..."
@kubectl create namespace test-cases

Expand Down

0 comments on commit 5683ab2

Please sign in to comment.