Skip to content

Commit f6cab68

Browse files
authored
Merge pull request #1547 from WillNilges/patch-1
Correct typo in launch-netbox.sh
2 parents 4bdf661 + eb2822a commit f6cab68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/launch-netbox.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ load_configuration() {
3636
http://localhost/config
3737
)
3838
if [ "$RESP_CODE" != "200" ]; then
39-
echo "⚠️ Could no load Unit configuration"
39+
echo "⚠️ Could not load Unit configuration"
4040
kill "$(cat /opt/unit/unit.pid)"
4141
return 1
4242
fi

0 commit comments

Comments
 (0)