Skip to content

Commit

Permalink
fix: move display of changes discovered
Browse files Browse the repository at this point in the history
Signed-off-by: Lou DeGenaro <[email protected]>
  • Loading branch information
degenaro committed Nov 28, 2023
1 parent c010293 commit 170ea06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/automation/check_and_update_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ for val in ${CHANGES[@]} ; do
fi
done

echo "md_changed = $md_changed, json_changed = $json_changed"

if [[ $json_changed = true ]]; then
echo "Json file(s) were changed, regenerating markdowns..."
./scripts/automation/regenerate_profiles.sh
Expand All @@ -32,5 +34,3 @@ if [[ $md_changed = true ]]; then
echo "Md file(s) were changed, assembling profile..."
./scripts/automation/assemble_profiles.sh
fi

echo "$md_changed $json_changed changed"

0 comments on commit 170ea06

Please sign in to comment.