From 0a407d896e33bbe3578a25442441216a5d84500e Mon Sep 17 00:00:00 2001
From: Mitchell Moore <mmoo97@uab.edu>
Date: Fri, 15 Feb 2019 13:06:38 -0600
Subject: [PATCH]  Simple typo issue from "crul" to "curl".

---
 compute_create | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compute_create b/compute_create
index cc0769e..56be98d 100755
--- a/compute_create
+++ b/compute_create
@@ -17,7 +17,7 @@ fi
 # Download the ipxe.iso boot image if it doesn't already exist
 if [[ ! -f "$HOME/iso/ipxe.iso" ]]; then
   echo "Downloading the network boot ipxe.iso file"
-  crul -o ~/iso/ipxe.iso http://boot.ipxe.org/ipxe.iso
+  curl -o ~/iso/ipxe.iso http://boot.ipxe.org/ipxe.iso
 fi
 
 VBoxManage createvm --name "$nodename" --register
-- 
GitLab