File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ def install() -> Path:
92
92
install_dir = dir_name / ".install"
93
93
target_dir = install_dir / "bin"
94
94
95
- target_path = target_dir / "marzano "
96
- temp_file = target_dir / "marzano .tmp"
95
+ target_path = target_dir / "grit "
96
+ temp_file = target_dir / "grit .tmp"
97
97
98
98
if target_path .exists ():
99
99
_debug (f"{ target_path } already exists" )
@@ -110,7 +110,7 @@ def install() -> Path:
110
110
arch = _get_arch ()
111
111
_debug (f"Using architecture { arch } " )
112
112
113
- file_name = f"marzano -{ arch } -{ platform } "
113
+ file_name = f"grit -{ arch } -{ platform } "
114
114
download_url = f"https://github.com/getgrit/gritql/releases/latest/download/{ file_name } .tar.gz"
115
115
116
116
sys .stdout .write (f"Downloading Grit CLI from { download_url } \n " )
You can’t perform that action at this time.
0 commit comments