Skip to content

Commit

Permalink
remove colon
Browse files Browse the repository at this point in the history
  • Loading branch information
reedlaw committed Sep 19, 2011
1 parent 443eeea commit f4590bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongodb/libraries/mongodb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def self.configure_replicaset(node, name, members)
Chef::Log.info("Started configuring the replicaset, this will take some time, another run should run smoothly")
return
end
if result.fetch("ok", nil) == 1:
if result.fetch("ok", nil) == 1
# everything is fine, do nothing
elsif result.fetch("errmsg", nil) == "already initialized"
# check if both configs are the same
Expand Down

0 comments on commit f4590bd

Please sign in to comment.