From acfd63f3e36e98e17a56e49f2c254ee1b4b1dc10 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Tue, 28 Feb 2023 16:14:50 +0500 Subject: [PATCH] ffs typo --- build.sh | 2 +- pomanbin-build.sh => podmanbin-build.sh | 0 ubuntu-docker-compose.yml | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename pomanbin-build.sh => podmanbin-build.sh (100%) diff --git a/build.sh b/build.sh index 2da948f..46df110 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ docker compose -f ubuntu-docker-compose.yml\ run --rm podman-builder \ - /bin/bash -c 'bash /root/pomanbin-build.sh' + /bin/bash -c 'bash /root/podmanbin-build.sh' docker compose -f debian-docker-compose.yml\ run --rm podman-builder \ diff --git a/pomanbin-build.sh b/podmanbin-build.sh similarity index 100% rename from pomanbin-build.sh rename to podmanbin-build.sh diff --git a/ubuntu-docker-compose.yml b/ubuntu-docker-compose.yml index 0d9af50..58524ed 100644 --- a/ubuntu-docker-compose.yml +++ b/ubuntu-docker-compose.yml @@ -7,5 +7,5 @@ services: working_dir: /root/ volumes: - ./build:/root/build - - ./pomanbin-build.sh:/root/pomanbin-build.sh - command: bash /root/pomanbin-build.sh + - ./podmanbin-build.sh:/root/podmanbin-build.sh + command: bash /root/podmanbin-build.sh