mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Fix Bash script
Two lines got mixed together.
This commit is contained in:
parent
8675adf138
commit
e24745d6d6
@ -18,7 +18,9 @@
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefailscript_dir=$(cd $(dirname "${BASH_SOURCE}") && pwd -P)
|
||||
set -o pipefail
|
||||
|
||||
script_dir=$(cd $(dirname "${BASH_SOURCE}") && pwd -P)
|
||||
|
||||
cd "${script_dir}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user