From c6d5b0cee25f7f868121d8985153c52855363671 Mon Sep 17 00:00:00 2001
From: Jan Vykopal <vykopal@ics.muni.cz>
Date: Fri, 18 Oct 2019 16:26:10 +0200
Subject: [PATCH] test.yml clarified in README, file renamed

---
 README.md               | 2 +-
 test.yml => sandbox.yml | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename test.yml => sandbox.yml (100%)

diff --git a/README.md b/README.md
index 1ae1f91..fcb64fc 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ create.py is a python program that generates a vagrant source file from a defini
 2. Install Python dependencies with `pip3 install -r requirements.txt`.
 3. Clone the project.
 4. Navigate to the project folder.
-5. Type `$ python3 create.py yaml_file.yml`. There is a test yaml file in the repository called test.yml.
+5. Type `$ python3 create.py sandbox.yml`. 
 6. Run `$ vagrant up`
 
 ### Input yaml file structure
diff --git a/test.yml b/sandbox.yml
similarity index 100%
rename from test.yml
rename to sandbox.yml
-- 
GitLab