From 9bd6c324e2d6e41de55fda44fc60eeb49c81c3d8 Mon Sep 17 00:00:00 2001 From: Adam Caprez <acaprez2@unl.edu> Date: Thu, 7 Mar 2019 01:11:26 +0000 Subject: [PATCH] Fix typo. --- content/guides/handling_data/integrating_box_with_hcc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/handling_data/integrating_box_with_hcc.md b/content/guides/handling_data/integrating_box_with_hcc.md index 480f295c..fa5fd824 100644 --- a/content/guides/handling_data/integrating_box_with_hcc.md +++ b/content/guides/handling_data/integrating_box_with_hcc.md @@ -85,7 +85,7 @@ put my_output_file.tar.gz To run this script, do: {{% panel theme="info" header="Run transfer.sh" %}} {{< highlight bash >}} -module laod lftp +module load lftp lftp -f transfer.sh {{< /highlight >}} {{% /panel %}} -- GitLab