diff options
author | EuAndreh <eu@euandre.org> | 2024-08-28 16:38:44 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-28 16:38:52 -0300 |
commit | 65b72cd75a077fe4eb964cf3593bbfcf080c7502 (patch) | |
tree | 30bb428121ea89fe5c7fada1549a1c956a04e132 | |
parent | src/reconfigure: Add matching open parenthesis in getopts (diff) | |
download | syskeep-65b72cd75a077fe4eb964cf3593bbfcf080c7502.tar.gz syskeep-65b72cd75a077fe4eb964cf3593bbfcf080c7502.tar.xz |
src/reconfigure: Enable cicd(1) command
-rwxr-xr-x | src/reconfigure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reconfigure b/src/reconfigure index d1e2781..36c0ca2 100755 --- a/src/reconfigure +++ b/src/reconfigure @@ -51,4 +51,4 @@ git checkout "$SHA" untill -m3 guix system -v3 "$ACTION" /etc/guix/system.scm -echo cicd add $DEPLOY_OPT /srv/git/*.git +cicd add $DEPLOY_OPT /srv/git/*.git |