Skip to content

Commit

Permalink
6877 - Vendored JSON isnt loaded correctly
Browse files Browse the repository at this point in the history
Correct the path to the json/lib directory
  • Loading branch information
ripienaar committed Mar 28, 2011
1 parent abdfddf commit 4679f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mcollective/vendor/load_json.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$: << File.join([File.dirname(__FILE__), "systemu/json"])
$: << File.join([File.dirname(__FILE__), "json/lib"])
1 change: 1 addition & 0 deletions website/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ title: Changelog

|Date|Description|Ticket|
|----|-----------|------|
|2011/03/28|Correct loading of vendored JSON gem|6877|
|2011/03/28|Show collective and sub collective info in the inventory application|6872|
|2011/03/23|Disconnect from the middleware when mcollectived disconnects|6821|
|2011/03/21|Update rpcutil ddl file to be less strict about valid fact names|6764|
Expand Down

0 comments on commit 4679f6c

Please sign in to comment.