Skip to content

Commit

Permalink
fix: bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
jsterner30 authored and jsterner30 committed Feb 15, 2024
1 parent 471b88b commit 03f3b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/lib/scripts/addToPathLinux.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Set the path to add
path2add="$HOME/.tfvm/terraform"
path2add="$HOME/.local/share/terraform"

# Get the user's PATH
userPath=$(echo $PATH)
Expand Down

0 comments on commit 03f3b84

Please sign in to comment.