Skip to content

Commit e5d0541

Browse files
committed
Fix escaling
1 parent 15883f9 commit e5d0541

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

migrate-gcs-arch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ else
7272
[[ -z "$src" ]] && continue
7373
[[ "$src" == */ ]] && continue
7474

75-
dst="${src/\/x86_64\//\/amd64\/}"
75+
dst="${src/\/x86_64\///amd64/}"
7676

7777
if [[ "$APPLY" == true ]]; then
7878
echo " COPY $src"

0 commit comments

Comments
 (0)