Fix update_oauth_resources.sh
This commit is contained in:
@ -18,7 +18,7 @@ echo -e "Fetching \e[34m$ios_app_count iOS app versions...\e[0m"
|
||||
filename="src/oauth_resources.rs"
|
||||
|
||||
# Add comment that it is user generated
|
||||
echo "// This file was generated by scripts/update_oauth_resources.sh" >> "$filename"
|
||||
echo "// This file was generated by scripts/update_oauth_resources.sh" > "$filename"
|
||||
echo "// Rerun scripts/update_oauth_resources.sh to update this file" >> "$filename"
|
||||
echo "// Please do not edit manually" >> "$filename"
|
||||
echo "// Filled in with real app versions" >> "$filename"
|
||||
|
Reference in New Issue
Block a user