Skip to content

Commit

Permalink
fix most of flags
Browse files Browse the repository at this point in the history
  • Loading branch information
bwmp committed Dec 17, 2023
1 parent 1e93073 commit 785d773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/data/environment/operatingSystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ interface GenerateNixResult {
type NixScript = Generate<AvailableConfig | 'existingFlags', GenerateNixResult>; // todo: dedupe

const nixScript: NixScript = (config) => {
console.log(config);
const base = [
'#!/usr/bin/env bash',
'',
Expand Down
2 changes: 1 addition & 1 deletion src/routes/flags/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export default component$(() => {
},
{
color: 'gray',
id: 'autorestarts',
id: 'autoRestart',
cardIcon: <RefreshCircleOutline class="w-10 h-10" />,
label: t('flags.autoRestart.label@@Auto-restart'),
description: t('flags.autoRestart.description@@Whether to automatically restart after it is stopped.'),
Expand Down

0 comments on commit 785d773

Please sign in to comment.