Skip to content

Instantly share code, notes, and snippets.

@agoncal
Created January 15, 2014 18:35
Show Gist options
  • Save agoncal/8441739 to your computer and use it in GitHub Desktop.
Save agoncal/8441739 to your computer and use it in GitHub Desktop.
~/Documents/Code/github/Forge/core$ ./forge-install.bsh
./forge-install.bsh: line 3: 1: Must specify distribution ZIP file to install. Ex: 'forge-install target/forge-distribution-1.0.0-SNAPSHOT.zip
~/Documents/Code/github/Forge/core$ ./forge-install target/forge-distribution-1.0.0-SNAPSHOT.zip
-bash: ./forge-install: No such file or directory
@gastaldi
Copy link

It should read
./forge-install target/forge-distribution-2.0.0-SNAPSHOT.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment