You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2012/05/25 10:11:56 UTC

git commit: Core: Backported 48e3efc fix for displaying hardware_profiles (Dies Koper)

Updated Branches:
  refs/heads/master 5fddc78a8 -> 3ba239871


Core: Backported 48e3efc fix for displaying hardware_profiles (Dies Koper)


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/3ba23987
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/3ba23987
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/3ba23987

Branch: refs/heads/master
Commit: 3ba239871323038554a64bf481d6ee3f4cc80bfa
Parents: 5fddc78
Author: Michal Fojtik <mf...@redhat.com>
Authored: Fri May 25 10:12:13 2012 +0200
Committer: Michal fojtik <mf...@redhat.com>
Committed: Fri May 25 10:12:13 2012 +0200

----------------------------------------------------------------------
 server/lib/deltacloud/helpers/deltacloud_helper.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/3ba23987/server/lib/deltacloud/helpers/deltacloud_helper.rb
----------------------------------------------------------------------
diff --git a/server/lib/deltacloud/helpers/deltacloud_helper.rb b/server/lib/deltacloud/helpers/deltacloud_helper.rb
index 7d31b68..a547763 100644
--- a/server/lib/deltacloud/helpers/deltacloud_helper.rb
+++ b/server/lib/deltacloud/helpers/deltacloud_helper.rb
@@ -261,7 +261,7 @@ module Deltacloud::Helpers
         "#{p} = #{v} #{u}"
       end
       if o.empty?
-        ""
+        nil
       else
         "with #{o.join(", ")}"
       end