Skip to content

Commit

Permalink
Fix released dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kiorky committed Nov 7, 2023
1 parent e610e54 commit 70d918b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hacking/docker_release
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ parse_cli() {
RELEASED_DIR=${1}
shift
else
RELEASED_DIR=${W}
RELEASED_DIR=${OW}
fi
R_IMAGES="${@:-"${IMAGES}"}"
R_IMAGES="$(echo "$R_IMAGES"|xargs -n1|awk '!seen[$0]++')"
Expand Down

0 comments on commit 70d918b

Please sign in to comment.