summaryrefslogtreecommitdiffstats
path: root/contrib/ruby/examples
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-08-04 16:45:28 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-08-04 16:45:28 -0400
commite1bb715c585ff7debd886fde982e12b4215b142d (patch)
treecdb1768425de24ac6ee7ecacba37cd09ca37a3eb /contrib/ruby/examples
parentfadbb2e42a2aba90f116a0eaa2c8b8e529706785 (diff)
downloadcobbler-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.rb2
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