mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-23 02:01:54 +03:00
Properly stringify it
This commit is contained in:
parent
9a609991e4
commit
a839f38718
@ -44,7 +44,7 @@ export UPDATED=$(cat Leo.toml \
|
||||
|
||||
# Write the updated Leo package version number to the Leo.toml file.
|
||||
export TOML=$(cat Leo.toml | sed "s/$CURRENT/$UPDATED/g")
|
||||
echo $TOML > Leo.toml
|
||||
echo "$TOML" > Leo.toml
|
||||
|
||||
# Run the package to confirm the manifest remains well-formed.
|
||||
$LEO run
|
||||
|
Loading…
Reference in New Issue
Block a user