Skip to content

Commit

Permalink
fixed assertion removal
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisCnockaert committed Nov 26, 2024
1 parent 19c5541 commit 3dec68d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Iceberg-TipUI/IceTipLocalRepositoryPanel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,8 @@ IceTipLocalRepositoryPanel >> validate [
self
assert: self location exists
description: 'Project location must exist!'.
self
assert: (IceRepositoryCreator isGitRoot: self location)
description: 'Project location does not seems to be a valid git repository'

]

0 comments on commit 3dec68d

Please sign in to comment.