Skip to content

Commit

Permalink
Fixed repo:add and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Herzog committed Apr 29, 2021
1 parent 12ceae0 commit 0cf4272
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
* Fixed zombie process spawning
* Fixed version and build id
* Moved changelog to separate file
* Fixed typos
* repo:add now behaves like expected

## 1.0.2

Expand Down
2 changes: 1 addition & 1 deletion src/lib/instances/repair/repair.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ then
fi

NOW=$(date +'%d.%m.%Y %I:%M:%S')
echo "[$NOW] Rapairing instance"
echo "[$NOW] Repairing instance"

docker-compose down

Expand Down
2 changes: 1 addition & 1 deletion src/lib/repo/add/add.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ then
fi

# check repo
if [[ -z "${NAME}" ]]
if [[ -z "${REPOSITORY}" ]]
then
read -p "URL of the repository: " REPOSITORY
fi
Expand Down

0 comments on commit 0cf4272

Please sign in to comment.