Skip to content

Commit

Permalink
avoid side effects with double save of the image when evaluating
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed May 16, 2024
1 parent 090604d commit f1844d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-md-image.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

curl https://get.pharo.org/64/100+vm | bash
./pharo --headless Pharo.image eval --save ./Microdown-Agenda/load-md-agenda.st
./pharo Pharo.image eval --save ./Microdown-Agenda/load-md-agenda.st
4 changes: 1 addition & 3 deletions load-md-agenda.st
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@
Metacello new
repository: 'gitlocal://', ('./Microdown-Agenda' asFileReference fullName), '/src';
baseline: 'MicrodownAgenda';
load.

Smalltalk snapshot: true andQuit: true
load.

0 comments on commit f1844d4

Please sign in to comment.