Skip to content

Commit

Permalink
#85 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 2, 2023
1 parent 7284d8e commit 6781a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/discover.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [ -e "${csv}" ]; then
echo "The list of repos is already here: ${csv}"
elif [ -n "${REPO}" ]; then
echo "Using one repo: ${REPO}"
echo "${REPO}" >> "${csv}"
echo -e "repo\n${REPO}" > "${csv}"
elif [ -z "${REPOS}" ] || [ ! -e "${REPOS}" ]; then
echo "Using discover-repos.rb..."
ruby "${LOCAL}/steps/discover-repos.rb" \
Expand Down

0 comments on commit 6781a5e

Please sign in to comment.