Skip to content

Commit

Permalink
[release] fix scp call for publishing files
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Oct 27, 2017
1 parent cddcba0 commit fa038c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/release.mk
Expand Up @@ -93,7 +93,7 @@ else
@echo : pushing tags
@git push --follow-tags origin
@echo : publishing files
@scp $(deliverables) $(project)-$(version).sha256.asc www.kronosnet.org:kronosnet/releases/.
@scp $(deliverables) $(deliverables:=.asc) www.kronosnet.org:kronosnet/releases/.
endif


Expand Down

0 comments on commit fa038c6

Please sign in to comment.