Skip to content

Commit 2a67789

Browse files
author
R. Tyler Croy
authored
Merge pull request #60 from Bananeweizen/patch-1
fix typo in comment
2 parents f04d59c + 7d5af60 commit 2a67789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline-examples/unstash-different-dir/unstashDifferentDir.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ node('first-node') {
1616
}
1717

1818
// Next, we'll make a new directory on a second node, and unstash the original
19-
// into that new directory, rather than into the root of the biuld.
19+
// into that new directory, rather than into the root of the build.
2020
stage "second step on second node"
2121

2222
// Run on a node with the "second-node" label.

0 commit comments

Comments
 (0)