Skip to content

Commit

Permalink
Issue #58: fix smalltalk mistake [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Mar 21, 2015
1 parent cbd39c9 commit 594b2f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ activation
activate
self activateHelp
ifTrue: [ ^ self ].
self self checkArguments.
self checkArguments.
self newExtent.
self shouldRemoveTranlogs
ifTrue: [ self removeTranlogs ].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"commandName" : "dkh 7/19/2014 07:54",
"description" : "dkh 7/19/2014 07:54" },
"instance" : {
"activate" : "dkh 3/20/2015 19:32",
"activate" : "dkh 3/20/2015 20:15",
"checkArguments" : "dkh 3/20/2015 19:32",
"gsVers" : "dkh 7/19/2014 07:59",
"newExtent" : "dkh 3/20/2015 18:27",
Expand Down

0 comments on commit 594b2f3

Please sign in to comment.