Skip to content

Commit

Permalink
Add missing newInform to visitCloneRemoteNotFound: dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Hernán Morales Durand committed Apr 1, 2024
1 parent cb4e166 commit 959fed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Iceberg-TipUI/IceTipInteractiveErrorVisitor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ IceTipInteractiveErrorVisitor >> visitCloneLocationAlreadyExists: anError [
{ #category : 'visiting' }
IceTipInteractiveErrorVisitor >> visitCloneRemoteNotFound: anError [

context application
context application newInform
label: ('The clone remote {1} could not been found' format:
{ anError remoteUrl });
title: 'Clone action failed';
Expand Down

0 comments on commit 959fed4

Please sign in to comment.