diff options
| author | Michael DeHaan <mdehaan@redhat.com> | 2008-08-04 16:45:28 -0400 |
|---|---|---|
| committer | Michael DeHaan <mdehaan@redhat.com> | 2008-08-04 16:45:28 -0400 |
| commit | e1bb715c585ff7debd886fde982e12b4215b142d (patch) | |
| tree | cdb1768425de24ac6ee7ecacba37cd09ca37a3eb /contrib/ruby/examples | |
| parent | fadbb2e42a2aba90f116a0eaa2c8b8e529706785 (diff) | |
| download | cobbler-e1bb715c585ff7debd886fde982e12b4215b142d.tar.gz cobbler-e1bb715c585ff7debd886fde982e12b4215b142d.tar.xz cobbler-e1bb715c585ff7debd886fde982e12b4215b142d.zip | |
Fix typo in error message
Diffstat (limited to 'contrib/ruby/examples')
| -rw-r--r-- | contrib/ruby/examples/list_profiles.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ruby/examples/list_profiles.rb b/contrib/ruby/examples/list_profiles.rb index 3ca97c50..578922b0 100644 --- a/contrib/ruby/examples/list_profiles.rb +++ b/contrib/ruby/examples/list_profiles.rb @@ -50,4 +50,4 @@ if hostname puts "Results:" Profile.find { |profile| puts "\"#{profile.name}\" is based on \"#{profile.distro}\"."} -end
\ No newline at end of file +end |
