Skip to content

Commit

Permalink
fixup! fixup! fixup! Fix example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-turbaszek committed Apr 24, 2024
1 parent 0483cdf commit e43306a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: "Check Snowflake CLI version"
runs-on: ubuntu-latest
steps:
# Checkout step is necessary if you want to use a config file from repo
# Checkout step is necessary if you want to use a config file from your repo
- name: Checkout repo
uses: actions/checkout@v4
with:
Expand Down
4 changes: 3 additions & 1 deletion scripts/install-snowcli.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
set -euo pipefail
#!/bin/sh

set -euo pipefail

if [ "$CLI_VERSION" == "latest" ]; then
pipx install snowflake-cli-labs
Expand Down
2 changes: 2 additions & 0 deletions scripts/setup-config-file.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh

set -euo pipefail

if [ ! -e $CONFIG_FILE_PATH ]
Expand Down

0 comments on commit e43306a

Please sign in to comment.