Skip to content

Commit

Permalink
Fix #1256
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Jun 9, 2020
1 parent 9e29b41 commit 0aba4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Iceberg-TipUI/IceTipCheckoutBranchCommand.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ IceTipCheckoutBranchCommand class >> browserContextActivation [

{ #category : #testing }
IceTipCheckoutBranchCommand class >> canBeExecutedInContext: aToolContext [
^ aToolContext isRepositoryOperational
^ aToolContext isRepositoryMissing not
]

{ #category : #accessing }
Expand Down

0 comments on commit 0aba4f4

Please sign in to comment.