Skip to content

Commit

Permalink
[yegor256#371] fix issue with xml history for github projects
Browse files Browse the repository at this point in the history
  • Loading branch information
mbao01 committed Jul 25, 2022
1 parent 6d32e9b commit 364dff4
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 364dff4

Please sign in to comment.