mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 21:25:09 +00:00
Fix Bash script
Two lines got mixed together.
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
Reference in New Issue
Block a user