Skip to content

Commit

Permalink
chdir properly to parent directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Oct 23, 2014
1 parent 21115c0 commit 48152c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/gh-release.php
Expand Up @@ -24,7 +24,7 @@
assert(file_exists(__DIR__ . '/artifacts/aws.phar'));

// Grab and validate the tag annotation
chdir("..");
chdir(dirname(__DIR__));
$message = `chag contents -t "$tag"` or die('Chag could not find or parse the tag');

// Create a GitHub client.
Expand Down

0 comments on commit 48152c3

Please sign in to comment.