File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# goreplace
22
3- [ ![ GitHub release] ( https://img.shields.io/github/release/webdevops/goreplace .svg )] ( https://github.com/webdevops/goreplace /releases )
4- [ ![ license] ( https://img.shields.io/github/license/webdevops/goreplace .svg )] ( https://github.com/webdevops/goreplace /blob/master/LICENSE )
5- [ ![ Build Status] ( https://travis-ci.org/webdevops/goreplace .svg?branch=master )] ( https://travis-ci.org/webdevops/goreplace )
6- [ ![ Github All Releases] ( https://img.shields.io/github/downloads/webdevops/goreplace /total.svg )] ( )
7- [ ![ Github Releases] ( https://img.shields.io/github/downloads/webdevops/goreplace /latest/total.svg )] ( )
3+ [ ![ GitHub release] ( https://img.shields.io/github/release/webdevops/go-replace .svg )] ( https://github.com/webdevops/go-replace /releases )
4+ [ ![ license] ( https://img.shields.io/github/license/webdevops/go-replace .svg )] ( https://github.com/webdevops/go-replace /blob/master/LICENSE )
5+ [ ![ Build Status] ( https://travis-ci.org/webdevops/go-replace .svg?branch=master )] ( https://travis-ci.org/webdevops/go-replace )
6+ [ ![ Github All Releases] ( https://img.shields.io/github/downloads/webdevops/go-replace /total.svg )] ( )
7+ [ ![ Github Releases] ( https://img.shields.io/github/downloads/webdevops/go-replace /latest/total.svg )] ( )
88
99Cli utility for replacing text in files, written in golang and compiled for usage in Docker images
1010
@@ -100,7 +100,7 @@ Reuslt file `daemon.conf`:
100100
101101``` bash
102102GOREPLACE_VERSION=0.6.0 \
103- && wget -O /usr/local/bin/go-replace https://github.com/webdevops/goreplace /releases/download/$GOREPLACE_VERSION /gr-64-linux \
103+ && wget -O /usr/local/bin/go-replace https://github.com/webdevops/go-replace /releases/download/$GOREPLACE_VERSION /gr-64-linux \
104104&& chmod +x /usr/local/bin/go-replace
105105```
106106
You can’t perform that action at this time.
0 commit comments