Skip to content

Commit

Permalink
Merge pull request #12 from andyfeller/issue-11-macos-bash3-incompat
Browse files Browse the repository at this point in the history
Fixing bash 3 incompatibility with assoc. array
  • Loading branch information
andyfeller authored Aug 1, 2023
2 parents 1f67948 + a237216 commit 9be82f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gh-repo-export
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ else
fi

# Start migration of specified GitHub repositories
declare -A MIGRATIONS
declare -a MIGRATIONS

start_migration() {
local REPOSITORIES="$1"
Expand Down Expand Up @@ -229,4 +229,4 @@ for MIGRATION_ID in "${!MIGRATIONS[@]}"; do
else
download_migration $MIGRATION_ID "${ARCHIVE:-migration-archive-$MIGRATION_ID}.tar.gz"
fi
done
done

0 comments on commit 9be82f0

Please sign in to comment.