Skip to content

Commit 3591d9e

Browse files
committed
Fix a typo that prevented using docker
1 parent 3150fc3 commit 3591d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manage_images

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ update_image() {
109109
${CENGINE} build --pull --build-arg POSTGRESQL_VER=${VERSION} --build-arg POSTGRESQL_TESTING=${TESTING} --build-arg UID=${BM_UID} --build-arg GID=${BM_GID} --build-arg DATE=${DATE} ${NOCACHE} -t ${IMAGE_NAME} ${DISTRO}/
110110
}
111111

112-
ARGS=$(getopt -o h --long help,action:,versions:,distributions:,uid:,gid:,podman,registry:,username:,password:,errorcodes -n "${SCRIPT}" -- "$@")
112+
ARGS=$(getopt -o h --long help,action:,versions:,distributions:,uid:,gid:,docker,registry:,username:,password:,errorcodes -n "${SCRIPT}" -- "$@")
113113
if [ $? -ne 0 ];
114114
then
115115
print_incorrect_syntax

0 commit comments

Comments
 (0)