Skip to content

Commit

Permalink
try without PWizard change
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrebs5 authored Oct 26, 2023
1 parent 4327912 commit 4ac2803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwaImageConfiguration.st
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ SystemWindow compile: tmpCode.
"-=-=-=-=-="
"Remove Git Updates from PreferenceWizard as we use a special git version"

tmpCode := 'initializePage99ExtraPackages
"tmpCode := 'initializePage99ExtraPackages
"Let the user install extra packages."
| currentPage packagesList installButton |
Expand Down Expand Up @@ -252,7 +252,7 @@ tmpCode := 'initializePage99ExtraPackages
^ currentPage'.
PreferenceWizardMorph compile: tmpCode.
PreferenceWizardMorph compile: tmpCode."

"-=-=-=-=-="

Expand Down

0 comments on commit 4ac2803

Please sign in to comment.