Skip to content

Commit

Permalink
Merge pull request #1670 from axsaucedo/fix_version_file_typo
Browse files Browse the repository at this point in the history
Fixed typo for version file path
  • Loading branch information
ukclivecox authored Apr 6, 2020
2 parents 3a0767c + 85fe65e commit cb89f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/s2i/python/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := $(shell cat ../version.txt)
IMAGE_VERSION := $(shell cat ../../../version.txt)
SHELL:=/bin/bash

PYTHON_VERSION=3.7
Expand Down

0 comments on commit cb89f36

Please sign in to comment.