Skip to content

Commit

Permalink
wrong class ...
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Oct 26, 2023
1 parent 2aecb51 commit ae34834
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defineCustomEnvVars
ifTrue: [
| stream |
"customenv file has precedence"
stream := PositionableStreamPortable on: customenvRef contents.
stream := ReadStreamPortable on: customenvRef contents.
[ stream atEnd ] whileFalse: [
| line index keyAndValue |
line := stream nextLine trimBoth.
Expand Down

0 comments on commit ae34834

Please sign in to comment.