Skip to content

Commit 3ffb696

Browse files
committed
Remove #!/bin/sh
1 parent 4fb7c8c commit 3ffb696

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

starknetup.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/bin/sh
21
# shellcheck shell=dash
32

43
set -eu
@@ -7,7 +6,7 @@ ASDF_INSTALL_DOCS="https://asdf-vm.com/guide/getting-started.html"
76
SCARB_UNINSTALL_DOCS="https://docs.swmansion.com/scarb/download#uninstall"
87
STARKNET_FOUNDRY_UNINSTALL_DOCS="PENDING"
98
SCRIPT_VERSION="0.1.0"
10-
DEFAULT_ASDF_VERSION ="v0.14.1"
9+
DEFAULT_ASDF_VERSION="v0.14.1"
1110

1211
usage() {
1312
cat <<EOF

0 commit comments

Comments
 (0)