Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Oct 28, 2024
1 parent ce6e600 commit 01e69a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ def indentString(input_string, indent_level=4):
# install gomplate
mkdir -p ~/bin
curl -L https://github.com/hairyhenderson/gomplate/releases/download/v3.9.0/gomplate_linux-amd64 \
-o ~/bin/gomplate
curl -L https://github.com/hairyhenderson/gomplate/releases/download/v3.9.0/gomplate_linux-amd64 -o ~/bin/gomplate
chmod +x ~/bin/gomplate
echo 'export PATH="$HOME/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
Expand Down

0 comments on commit 01e69a2

Please sign in to comment.