Skip to content

Commit

Permalink
Fix ./hack/release.sh…
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester committed Dec 19, 2023
1 parent 82fc5b1 commit 3284f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ release() {
# See task-containers if there is more than one task to support.
declare task_name=task-git
declare task_doc=README.md
declare task_dir="${RELEASE_DIR}/tasks/${task-name}"
declare task_dir="${RELEASE_DIR}/tasks/${task_name}"
[[ ! -d "${task_dir}" ]] &&
mkdir -p "${task_dir}"

Expand Down

0 comments on commit 3284f3c

Please sign in to comment.