Skip to content

Commit

Permalink
feat: enable linux support
Browse files Browse the repository at this point in the history
Co-authored-by: Caleb Hill <chill389cc@gmail.com>
  • Loading branch information
2 people authored and jsterner30 committed Feb 15, 2024
1 parent 30c37de commit 471b88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/lib/util/TfvmFS.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const os = getOS()
*/
export class TfvmFS {
/**
* Creates appdata/roaming/terraform of it doesn't already exist
* Creates terraform directory of it doesn't already exist
* @returns {Promise<void>}
*/
static async createTfAppDataDir () {
Expand Down

0 comments on commit 471b88b

Please sign in to comment.