Skip to content

Commit

Permalink
Merge pull request #1 from GarthDB/master
Browse files Browse the repository at this point in the history
Fixed a typo
  • Loading branch information
filmaj authored Nov 28, 2018
2 parents fe04618 + f839a98 commit 96ad827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-mover.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def create_releases(releases, destination_url, destination, credentials):
check_releases = download_releases(destination_url, destination, credentials) or []
existing_releases = {}
for existing_release in check_releases:
existing_relases[existing_release["name"]] = existing_release
existing_releases[existing_release["name"]] = existing_release
for release in releases:
# for every release that was downloaded from the source, check if it
# already exists in the destination.
Expand Down

0 comments on commit 96ad827

Please sign in to comment.