Skip to content

Commit

Permalink
fix(fmt): imp code fmt
Browse files Browse the repository at this point in the history
imp code fmt

Signed-off-by: ysicing <[email protected]>
  • Loading branch information
ysicing committed Nov 6, 2023
1 parent f6724c2 commit 1bf5b9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Copyright (c) 2021-2023 北京渠成软件有限公司(Beijing Qucheng Software Co., Ltd. www.qucheng.com) All rights reserved.
# Use of this source code is covered by the following dual licenses:
# (1) Z PUBLIC LICENSE 1.2 (ZPL 1.2)
# (2) Affero General Public License 3.0 (AGPL 3.0)
# license that can be found in the LICENSE file.

FROM ysicing/debian

COPY ./_output/qcadmin_linux_amd64 /usr/bin/qcadmin
Expand Down
1 change: 0 additions & 1 deletion pkg/quickon/quickon.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ repositories:
break
}
}

}
m.QuickONReady()
initFile := common.GetCustomConfig(common.InitFileName)
Expand Down

0 comments on commit 1bf5b9b

Please sign in to comment.