Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Fix vendor directory link in cloud.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien committed May 31, 2017
1 parent ba5c2c4 commit 3157f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/cloud.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
require 'vendor/autoload.php';
require '../vendor/autoload.php';

$ini = parse_ini_file('../monitoring.ini');
$ovh = new \Ovh\Api( $ini['application_key'], $ini['application_secret'], $ini['endpoint'], $ini['consumer_key'] );
Expand Down

0 comments on commit 3157f00

Please sign in to comment.