Skip to content

Commit 0387f55

Browse files
committed
Fix outdated comment
1 parent 27b3b65 commit 0387f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/start-proxy-action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ async function run(startedAt: Date) {
110110
const proxyLogFilePath = path.resolve(tempDir, "proxy.log");
111111
core.saveState("proxy-log-file", proxyLogFilePath);
112112

113-
// Initialise FFs, but only load them from disk if they are already available.
113+
// Initialise FFs.
114114
const repositoryNwo = getRepositoryNwo();
115115
const gitHubVersion = await getGitHubVersion();
116116
features = new Features(

0 commit comments

Comments
 (0)