Skip to content

Commit

Permalink
Update update_services.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fhlavac authored Oct 31, 2024
1 parent 4cc7162 commit 0c9cd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ copy_readme() {
local dest_path="${TARGET_DIR}/${repo_name}.md"

if [ -f "$readme_path" ]; then
cp "$readme_path" "$dest_path"
cp -f "$readme_path" "$dest_path"
else
echo "README.md not found in $repo_name!"
fi
Expand Down

0 comments on commit 0c9cd4e

Please sign in to comment.