Skip to content

Commit 9ecb3e8

Browse files
Update utils/log-collector
use the thing that already exists! Co-authored-by: Pol <[email protected]>
1 parent c1d1b4f commit 9ecb3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/log-collector

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ rm -r "$dir"
103103

104104
pwd=$(pwd)
105105

106-
echo "Finished collecting logs, you can find them here: ${pwd}/buildkite-logs-${now}.tar.gz"
106+
echo "Finished collecting logs, you can find them here: $PWD/buildkite-logs-${now}.tar.gz"
107107

108108
exit 0

0 commit comments

Comments
 (0)