Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias K <6317548+theCalcaholic@users.noreply.github.com>2022-07-17 22:43:58 +0300
committerTobias K <6317548+theCalcaholic@users.noreply.github.com>2022-07-17 22:43:58 +0300
commit702ead47b20cfa80f22d637818263b4c37470001 (patch)
tree24002ca7f0df0a5fed182bd2b26714ee3b8edc6d
parentd75004444c169bab196ec55029df1e87bfafbb7f (diff)
Remove trailing double quote
-rw-r--r--.github/workflows/build-lxd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-lxd.yml b/.github/workflows/build-lxd.yml
index 232f8f59..778224d2 100644
--- a/.github/workflows/build-lxd.yml
+++ b/.github/workflows/build-lxd.yml
@@ -77,7 +77,7 @@ jobs:
eval "$(ssh-agent)"
ssh-add "$HOME/.ssh/automation_ssh_key"
hcloud ssh-key create --name "rpi-build-{{ env.UID}}" --public-key-from-file "$HOME/.ssh/automation_ssh_key.pub"
- hcloud server create --image debian-11 --name "ncp-builder-{{ env.UID }}"" --type cx11 --ssh-key "rpi-build-{{ env.UID }}"
+ hcloud server create --image debian-11 --name "ncp-builder-{{ env.UID }}" --type cx11 --ssh-key "rpi-build-{{ env.UID }}"
SSH_OPTIONS=(-o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null" -i "$HOME/.ssh/automation_ssh_key")
for i in {1..5}
do