We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15883f9 commit e5d0541Copy full SHA for e5d0541
1 file changed
migrate-gcs-arch.sh
@@ -72,7 +72,7 @@ else
72
[[ -z "$src" ]] && continue
73
[[ "$src" == */ ]] && continue
74
75
- dst="${src/\/x86_64\//\/amd64\/}"
+ dst="${src/\/x86_64\///amd64/}"
76
77
if [[ "$APPLY" == true ]]; then
78
echo " COPY $src"
0 commit comments