From 0609ced666610bfea828555300c3b6a5c5682b6a Mon Sep 17 00:00:00 2001 From: Anton Date: Thu, 22 Apr 2021 20:44:57 +0300 Subject: [PATCH] * fix path of composer auth --- docker-compose.yml.example | 2 +- get-composer-auth.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml.example b/docker-compose.yml.example index dad2296..eeb98ad 100755 --- a/docker-compose.yml.example +++ b/docker-compose.yml.example @@ -63,4 +63,4 @@ secrets: user_known_hosts: file: ~/.ssh/known_hosts composer_auth: - file: ~/.composer/auth.json + file: ~/.config/composer/auth.json diff --git a/get-composer-auth.sh b/get-composer-auth.sh index fd1890c..4af6bb5 100755 --- a/get-composer-auth.sh +++ b/get-composer-auth.sh @@ -1,5 +1,5 @@ #!/bin/bash -FILE=${HOME}/.composer/auth.json +FILE=${HOME}/.config/composer/auth.json if [[ -f "${FILE}" ]]; then if [[ ! -z "$(cat $FILE | grep github)" ]]; then