Skip to content

Commit

Permalink
fix: profiles, not catalogs!
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 595ea80 commit acbcc22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/automation/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

source config.env

COUNT_PROFILES=$(ls -l catalogs | grep ^- | wc -l)
COUNT_PROFILE_MD=$(ls -l md_catalogs | grep ^- | wc -l)
COUNT_PROFILES=$(ls -l profiles | grep ^- | wc -l)
COUNT_PROFILE_MD=$(ls -l md_profiles | grep ^- | wc -l)
if [ "$COUNT_PROFILES" == "0" ] || [ "$COUNT_PROFILE_MD" == "0" ]
then
echo "no profile or markdown present -> nothing to do"
Expand Down

0 comments on commit acbcc22

Please sign in to comment.