Skip to content

Commit

Permalink
fix: missing "
Browse files Browse the repository at this point in the history
Signed-off-by: Lou DeGenaro <[email protected]>
  • Loading branch information
degenaro committed Nov 16, 2023
1 parent bfa807a commit 10ebf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/automation/push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ COUNT_CATALOGS=$(ls -l catalogs | grep ^- | wc -l)
let "INITIALIZED = $COUNT_CATALOG_MD + $COUNT_CATALOGS"
if [ $INITIALIZED -eq 0 ]
then
echo "push: no catalog or markdown, nothing to do
echo "push: no catalog or markdown, nothing to do"
else
github-branch-commit
fi
Expand Down

0 comments on commit 10ebf4e

Please sign in to comment.