diff options
Diffstat (limited to 'spec/acceptance/fdio_spec.rb')
-rw-r--r-- | spec/acceptance/fdio_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/acceptance/fdio_spec.rb b/spec/acceptance/fdio_spec.rb index 6e2ec8d..a3a0a17 100644 --- a/spec/acceptance/fdio_spec.rb +++ b/spec/acceptance/fdio_spec.rb @@ -7,7 +7,7 @@ describe 'fdio' do it 'should work with no errors' do pp= <<-EOS class { '::fdio': - repo_branch => 'release' + repo_branch => 'stable.1704' } EOS |