Skip to content

Enable writing to hidden .scoop file (#1978)#1982

Merged
r15ch13 merged 1 commit intoScoopInstaller:masterfrom
stkb:fix-1978
Jan 28, 2018
Merged

Enable writing to hidden .scoop file (#1978)#1982
r15ch13 merged 1 commit intoScoopInstaller:masterfrom
stkb:fix-1978

Conversation

@stkb
Copy link
Copy Markdown
Contributor

@stkb stkb commented Jan 25, 2018

Fixes writing the config to the ~/.scoop file if that file is hidden. (#1978)

Out-File can't write to existing hidden files, even with the -Force switch. Using Set-Content instead seems to work fine (it doesn't even need the -Force)

@r15ch13 r15ch13 merged commit 98bc5d6 into ScoopInstaller:master Jan 28, 2018
@stkb stkb deleted the fix-1978 branch January 29, 2018 05:52
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.

2 participants