Skip to content

Commit

Permalink
Merge pull request pharo-vcs#947 from tesonep/fixing-tests
Browse files Browse the repository at this point in the history
Fixing tests
  • Loading branch information
tesonep authored Aug 3, 2018
2 parents cc486bc + e21cfd2 commit 0aa9f18
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ doEnsureProject
at: #format
ifAbsent: [ self repository workingCopy properties fileFormat: (TIceRepositoryWriter users
detect: #isLegacyDefault
ifNone: [ Smalltalk at: #IceLibgitFiletreeWriter ]) ]
ifNone: [ Smalltalk at: #IceLibgitFiletreeWriter ]) ].

self repository workingCopy refreshPackages.

0 comments on commit 0aa9f18

Please sign in to comment.