Skip to content

Commit f3903f0

Browse files
committed
Fix incorrect arg order on call to clone_or_pull()
1 parent 427aad2 commit f3903f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bt-iso

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@ TKLDEV_DOCKER=${TKLDEV_DOCKER:-/turnkey/public/tkldev-docker}
178178
INIT_CONF="$TKLDEV_DOCKER/inithooks.conf"
179179

180180
if [[ "$skip_setup" != "true" ]]; then
181-
clone_or_pull https://github.com/turnkeylinux/tkldev-docker.git \
182-
"$TKLDEV_DOCKER"
181+
clone_or_pull "$TKLDEV_DOCKER" turnkey/tkldev-docker
183182
elif [[ ! -d "$TKLDEV_DOCKER" ]]; then
184183
check_debug "tkldev-docker repo not found: $TKLDEV_DOCKER"
185184
elif [[ ! -f "$INIT_CONF" ]]; then

0 commit comments

Comments
 (0)