mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-07 00:24:03 +01:00
Fix DEFAULT_REPO in release.sh
This commit is contained in:
parent
59995a8719
commit
793393fe0f
@ -1,7 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
DEFAULT_REPO="cimnine/netbox-docker"
|
||||
# DEFAULT_REPO=netbox-community/netbox-docker
|
||||
DEFAULT_REPO=netbox-community/netbox-docker
|
||||
REPO="${REPO-${DEFAULT_REPO}}"
|
||||
|
||||
echomoji() {
|
||||
|
Loading…
Reference in New Issue
Block a user