diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 6a2264b93..378e45a45 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -1,14 +1,14 @@ -name: Publish to Winget -on: - release: - types: [released] - -jobs: - publish: - runs-on: ubuntu-latest - steps: - - uses: vedantmgoyal2009/winget-releaser@v2 - with: - identifier: Rclone.Rclone - installers-regex: '-windows-\w+\.zip$' - token: ${{ secrets.WINGET_TOKEN }} +name: Publish to Winget +on: + release: + types: [released] + +jobs: + publish: + runs-on: ubuntu-latest + steps: + - uses: vedantmgoyal2009/winget-releaser@v2 + with: + identifier: Rclone.Rclone + installers-regex: '-windows-\w+\.zip$' + token: ${{ secrets.WINGET_TOKEN }} diff --git a/fs/config/testdata/plain.conf b/fs/config/testdata/plain.conf index f76f59566..1167d885b 100644 --- a/fs/config/testdata/plain.conf +++ b/fs/config/testdata/plain.conf @@ -1,12 +1,12 @@ -[RCLONE_ENCRYPT_V0] -type = local -nounc = true - -[nounc] -type = local -nounc = true - - -[unc] -type = local -nounc = false +[RCLONE_ENCRYPT_V0] +type = local +nounc = true + +[nounc] +type = local +nounc = true + + +[unc] +type = local +nounc = false