Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fixed] : Double Quote to Single Quote #174

Closed
wants to merge 1 commit into from
Closed

[Fixed] : Double Quote to Single Quote #174

wants to merge 1 commit into from

Conversation

sookim-1
Copy link

I changed the double quotes to single quotes in the pod "projectname" to pod 'projectname'

The essential difference between the two literal forms of strings (single or double quotes) is that double quotes allow for escape sequences while single quotes do not!

It's not a mandatory task, but I changed it because I don't think I'll need escape sequences when using that pod.

pod file project name double quote to single quote
@sookim-1 sookim-1 closed this by deleting the head repository Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant