Skip to content

Commit 2a841d0

Browse files
authored
Merge pull request #127202 from changeworld/patch-4
Fix typo: tarbal -> tarball
2 parents 0711001 + 06e1d9f commit 2a841d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cyclecloud/how-to/running-in-locked-down-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ cd "${RELEASE_VERSION}"
130130
# Download release artifacts from githug (on a machine with github access)
131131
cyclecloud project fetch "${RELEASE_URL}" .
132132

133-
# Create a tarbal with the project files pre-staged
133+
# Create a tarball with the project files pre-staged
134134
cyclecloud project build
135135
mv ./build/slurm "./${RELEASE_VERSION}"
136136
tar czf "slurm-${RELEASE_VERSION}.tgz" ./blobs "./${RELEASE_VERSION}"

0 commit comments

Comments
 (0)