This commit is contained in:
Anna Scholtz 2024-03-28 15:39:48 -07:00 коммит произвёл GitHub
Родитель 9a7f5e805f
Коммит 637096d1c4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -142,7 +142,7 @@ function check_files_and_commit() {
# Add the new files and commit.
# Use interactive mode to add untracked files
# This also works when it's untracked directories
echo -e "a\n*\nq\n"|git add -i
echo -e "a\n*\nu\n*\nq\n"|git add -i
git commit -m "Auto-push from LookML generation" \
|| echo "Nothing to commit"
}