Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Fixed retool sync on windows #24

Merged
merged 2 commits into from Apr 11, 2017
Merged

Fixed retool sync on windows #24

merged 2 commits into from Apr 11, 2017

Conversation

ghost
Copy link

@ghost ghost commented Apr 11, 2017

I changed a exec.Command call that called rm to os.RemoveAll.
exec.Command breaks on windows because rm being called. Lastly I added a
test to help prevent regression.

I changed a exec.Command call that called rm to os.RemoveAll.
exec.Command breaks on windows because rm being called. Lastly I added a
test to help prevent regression.
@ghost
Copy link
Author

ghost commented Apr 11, 2017

Resolves #23

@ghost
Copy link
Author

ghost commented Apr 11, 2017

@spenczar let me know if you would like me to squash the commits before proceeding.

@spenczar
Copy link
Contributor

This looks great, thank you!

@spenczar spenczar merged commit 81cd5e8 into twitchtv:master Apr 11, 2017
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.

2 participants