浏览代码

Format

Format
beartom 2 年之前
父节点
当前提交
bd2d0e6ad3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deploy/truenas.sh

+ 1 - 1
deploy/truenas.sh

@@ -185,7 +185,7 @@ truenas_deploy() {
   fi
 
   
-_info "Checking if any chart release Apps is using the same certificate as TrueNAS web UI. Tool 'jq' is required"
+  _info "Checking if any chart release Apps is using the same certificate as TrueNAS web UI. Tool 'jq' is required"
   if _exists jq; then
     _info "Query all chart release"
     _release_list=$(_get "$_api_url/chart/release")