Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

Fix quotes in sbt.bat #220

Merged
merged 1 commit into from Feb 19, 2018
Merged

Fix quotes in sbt.bat #220

merged 1 commit into from Feb 19, 2018

Conversation

ForNeVeR
Copy link
Contributor

@ForNeVeR ForNeVeR commented Feb 17, 2018

cmd/bat files use double quotes instead of single ones. This PR changes from:

$ echo 'about to robocopy'
'about to robocopy'

to:

$ echo "about to robocopy"
about to robocopy

@eed3si9n eed3si9n added the ready label Feb 17, 2018
Copy link
Member

@dwijnand dwijnand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, thank you!

@dwijnand dwijnand merged commit 311bb70 into sbt:master Feb 19, 2018
@dwijnand dwijnand removed the ready label Feb 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants