From 75fcbe5c6ee0fc3070b21f6bfee1767074aff2ca Mon Sep 17 00:00:00 2001 From: Traehevarb Date: Tue, 28 Aug 2018 22:26:48 -0700 Subject: [PATCH] Typo fix Command in usage line should be iput instead of iget as per explanation. --- step4.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step4.rst b/step4.rst index 7d023a1..a141f67 100644 --- a/step4.rst +++ b/step4.rst @@ -74,7 +74,7 @@ application. .. code:: bash - $iget file_on_instance location_on_data_store + $iput file_on_instance location_on_data_store .. tip::