diff --git a/Makefile b/Makefile index 1d329e1..f797837 100755 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ fmt: vsn: @diff1=$$(git branch -a); \ echo $$diff1; \ - @version=$$(git show remotes/origin/test:version.json); \ + version=$$(git show remotes/origin/test:version.json); \ echo "ALARM" $$version; \ exit 1; \ if [ -z "$$version" ]; then \