Skip to content
Snippets Groups Projects
Commit 5d065846 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

```

parent 92dd61d9
No related branches found
No related tags found
No related merge requests found
Pipeline #625 failed with stage
in 25 seconds
......@@ -126,7 +126,7 @@ build_$BOX:
version = readme[3]
if not version.startswith('Version:'):
raise IndexError()
ver = version.split(':')[1].strip()
version = version.split(':')[1].strip()
except IndexError:
version = '1.0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment