Skip to content

Commit

Permalink
Merge pull request #372 from mbao01/371
Browse files Browse the repository at this point in the history
[#371] fix issue with xml history for github projects
  • Loading branch information
yegor256 authored Jul 25, 2022
2 parents 6d32e9b + 364dff4 commit 7ec1895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0pdd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def merged(hash)
end

def storage(repo, vcs)
file_name = "#{vcs}-#{repo}"
file_name = vcs == 'github' ? repo : "#{vcs}-#{repo}"
SyncStorage.new(
UpgradedStorage.new(
SafeStorage.new(
Expand Down

0 comments on commit 7ec1895

Please sign in to comment.