Commit 88d183af authored by jxd's avatar jxd
Browse files

init

parent 42eb76d2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -236,7 +236,8 @@ in
                  --instance ${escapeShellArg instance.url} \
                  --token "$TOKEN" \
                  --name ${escapeShellArg instance.name} \
                  --labels ${escapeShellArg (concatStringsSep "," instance.labels)}
                  --labels ${escapeShellArg (concatStringsSep "," instance.labels)} \
                  --config ${configFile}

                # and write back the configured labels
                echo "$LABELS_WANTED" > "$LABELS_FILE"