cybozu-go / aptutil

Go utilities for Debian APT repositories
MIT License
124 stars 29 forks source link

Fix a typo #35

Closed kenhys closed 6 years ago

kenhys commented 6 years ago

ARCHVIE -> ARCHIVE

ymmt2005 commented 6 years ago
$ git grep ARCHVIE
Makefile:ARCHVIE    := $(addsuffix _$(TRAVIS_TAG)_$(SUFFIX).tgz,$(CMD))
Makefile:archive: $(ARCHVIE)
ymmt2005 commented 6 years ago

@kenhys Thank you!