Skip to content

Commit f42fcce

Browse files
authored
Merge pull request #802 from dev-hato/massongit-patch-1
READMEのコマンド修正
2 parents da4c010 + 81635e0 commit f42fcce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
```sh
6767
cd ./setup
68-
TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g")
68+
export TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g")
6969
docker-compose up -d
7070
cd ..
7171
```
@@ -74,7 +74,7 @@
7474

7575
```sh
7676
cd ./setup
77-
TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g")
77+
export TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g")
7878
docker-compose restart
7979
```
8080

0 commit comments

Comments
 (0)