Skip to content

Commit 793393f

Browse files
committed
Fix DEFAULT_REPO in release.sh
1 parent 59995a8 commit 793393f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

release.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22

3-
DEFAULT_REPO="cimnine/netbox-docker"
4-
# DEFAULT_REPO=netbox-community/netbox-docker
3+
DEFAULT_REPO=netbox-community/netbox-docker
54
REPO="${REPO-${DEFAULT_REPO}}"
65

76
echomoji() {

0 commit comments

Comments
 (0)