Skip to content

Commit

Permalink
Update clients/ui/scripts/deploy_kind_cluster.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Creasy <[email protected]>
Signed-off-by: Lucas Fernandez <[email protected]>
  • Loading branch information
lucferbux and alexcreasy authored Nov 8, 2024
1 parent 36ee5de commit d0adca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/ui/scripts/deploy_kind_cluster.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# Check for required tools
command -v docker >/dev/null 2>&1 || { echo >&2 "Docker is required but it's not installed. Aborting."; exit 1; }
Expand Down

0 comments on commit d0adca2

Please sign in to comment.