Skip to content

Commit

Permalink
Fixing set-ver.sh for zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Oct 23, 2023
1 parent d183d8a commit e2652f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deploy/k8s/set-ver.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
(return 0 2>/dev/null) && sourced=1 || sourced=0
if [ "$sourced" = "0" ]; then
echo "This script must be invoked using: source $0 $*"
Expand Down

0 comments on commit e2652f9

Please sign in to comment.