Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
definite committed Nov 7, 2017
1 parent 6cb7483 commit bea0994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zanata-functions
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ case $(basename $0) in
curl -o "$ZanataEnvSh" -q https://raw.githubusercontent.com/zanata/zanata-scripts/$ZANATA_SCRIPTS_BRANCH/zanata-env.sh
ProgramName=zanata-functions
ProgramFullFilename=$ZanataScriptsDir/$ProgramName
curl -o $ProgramFullFilename -q https://raw.githubusercontent.com/zanata/zanata-scripts/master/zanata-functions.sh
curl -o $ProgramFullFilename -q https://raw.githubusercontent.com/zanata/zanata-scripts/$ZANATA_SCRIPTS_BRANCH/zanata-functions
;;
* )
ZanataScriptsDir=$(dirname $(realpath ${BASH_SOURCE[0]}))
Expand Down

0 comments on commit bea0994

Please sign in to comment.